diff options
author | Neil <nyamatongwe@gmail.com> | 2017-02-16 08:37:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-02-16 08:37:09 +1100 |
commit | e102dec87746f4ad4dcb655302d2b8c49d9eaeef (patch) | |
tree | 50231138fad45f4a8795e421ac73cd17dcbcdfe2 /win32 | |
parent | f3e8f238f457068e0e8a6c7c8aaa4c418df46fdc (diff) | |
download | scintilla-mirror-rel-3-7-3.tar.gz |
Updates for 3.7.3.rel-3-7-3
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 594c06f05..963847dfd 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.7.2" -#define VERSION_WORDS 3, 7, 2, 0 +#define VERSION_SCINTILLA "3.7.3" +#define VERSION_WORDS 3, 7, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |