diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-09 09:00:29 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-09 09:00:29 +1000 |
commit | b9b10ce87ef85bd8b59b45d21f867d8c270701ca (patch) | |
tree | b9a618bf7bffe04e55bccd71fce87c013c92d52c /win32 | |
parent | ebba00cd6e61d2036b9e1bca16ccb7661381a682 (diff) | |
download | scintilla-mirror-b9b10ce87ef85bd8b59b45d21f867d8c270701ca.tar.gz |
Getting ready to release 3.5.0.
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 b6d87f901..6d5462932 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.4.4" -#define VERSION_WORDS 3, 4, 4, 0 +#define VERSION_SCINTILLA "3.5.0" +#define VERSION_WORDS 3, 5, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |