diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-20 13:47:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-20 13:47:07 +1000 |
commit | bd1b2f73a161cc1cb4a5047205fee6ec67eb59c2 (patch) | |
tree | 4c854ef81f580ec7d5d53f734a207688ed34ba52 /win32 | |
parent | ad0162453e48fb729d1793eca40ac137e1e3451e (diff) | |
download | scintilla-mirror-bd1b2f73a161cc1cb4a5047205fee6ec67eb59c2.tar.gz |
Updates for 5.1.1 release.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/ScintRes.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index b82c7cdaa..54ae1c8be 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.1.0" -#define VERSION_WORDS 5, 1, 0, 0 +#define VERSION_SCINTILLA "5.1.1" +#define VERSION_WORDS 5, 1, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |