diff options
author | Neil <nyamatongwe@gmail.com> | 2018-09-05 14:19:53 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-09-05 14:19:53 +1000 |
commit | 224f01e7a871b30daf9b954abfabdc7960e03b40 (patch) | |
tree | 56ce178068636acab0a0e799b6811ec064e22e48 /win32 | |
parent | edcee29c8fbddaf8368223b47c74b0b6401e8c6f (diff) | |
download | scintilla-mirror-224f01e7a871b30daf9b954abfabdc7960e03b40.tar.gz |
Updates for 4.1.1.
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 cb44b8380..190b4b9d9 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.1.0" -#define VERSION_WORDS 4, 1, 0, 0 +#define VERSION_SCINTILLA "4.1.1" +#define VERSION_WORDS 4, 1, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |