diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-26 11:36:09 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-26 11:36:09 +1000 |
commit | f6c82c602edf27a859407f2b26227a55e70e49c7 (patch) | |
tree | 31b744013bb89b560d497bf85aa22460ab827f56 /win32 | |
parent | 129dc85ba1c4b2ed1af9b53582c96096b6b54802 (diff) | |
download | scintilla-mirror-rel-3-4-3.tar.gz |
Updates for 3.4.3 release.rel-3-4-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 dd1099196..c7ccba757 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.4.2" -#define VERSION_WORDS 3, 4, 2, 0 +#define VERSION_SCINTILLA "3.4.3" +#define VERSION_WORDS 3, 4, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |