diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-14 13:05:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-14 13:05:15 +1100 |
commit | 4f5ed3c2b2dbdfb53feb4a42016b69b1ad5ddfb2 (patch) | |
tree | c7b89b715f33e3740be7975d8eb0a155d8b461a5 /win32 | |
parent | f2de5f6605e09712206a6f8456b19f1780a7dc38 (diff) | |
download | scintilla-mirror-4f5ed3c2b2dbdfb53feb4a42016b69b1ad5ddfb2.tar.gz |
Preparing for version 3.5.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 aa4bebf8b..ec0a0815d 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.5.2" -#define VERSION_WORDS 3, 5, 2, 0 +#define VERSION_SCINTILLA "3.5.3" +#define VERSION_WORDS 3, 5, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |