diff options
author | Neil <nyamatongwe@gmail.com> | 2016-12-27 08:59:52 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-12-27 08:59:52 +1100 |
commit | eb7161524d1b75aaafe38e4aed4bb710ac093524 (patch) | |
tree | 62862461501bdfec8ff7642fab95df1b3917200f /win32 | |
parent | 3b3ba2051d3b059ff979ccda6775cce9a79439ac (diff) | |
download | scintilla-mirror-rel-3-7-2.tar.gz |
Updates for 3.7.2.rel-3-7-2
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 98033aba7..594c06f05 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.7.1" -#define VERSION_WORDS 3, 7, 1, 0 +#define VERSION_SCINTILLA "3.7.2" +#define VERSION_WORDS 3, 7, 2, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |