diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-29 09:09:52 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-29 09:09:52 +1000 |
commit | a45905e5991b5198d180e3386aa6b33bb5e88f32 (patch) | |
tree | e9805ddba2d4da5fcdd11e55b62ce950e86b06ef /win32 | |
parent | ecb489934d555c1ac01bb4c95b2ae4e58a666b18 (diff) | |
download | scintilla-mirror-a45905e5991b5198d180e3386aa6b33bb5e88f32.tar.gz |
Update version numbers and dates for 3.6.0 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 810a1a3ca..5f3f09cd4 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.5.7" -#define VERSION_WORDS 3, 5, 7, 0 +#define VERSION_SCINTILLA "3.6.0" +#define VERSION_WORDS 3, 6, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |