diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-15 16:57:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-15 16:57:10 +1000 |
commit | 407ebbd8fa8d427f06ba76b388ca3fc638e4bf08 (patch) | |
tree | ae2efd267ee1d2ecd3343fe16bd3a3c3d0931b9b /win32 | |
parent | ba0ea12c0b276ef8e2159751f39d0f8654fde9d9 (diff) | |
download | scintilla-mirror-407ebbd8fa8d427f06ba76b388ca3fc638e4bf08.tar.gz |
Updates for 3.3.4.
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 1d1f24c2a..cb3c982db 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.3.3" -#define VERSION_WORDS 3, 3, 3, 0 +#define VERSION_SCINTILLA "3.3.4" +#define VERSION_WORDS 3, 3, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |