diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-01-24 08:59:31 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-01-24 08:59:31 +1100 |
| commit | 5ac2a5be66d7b8cc76d64098a1e467ed92cb8c10 (patch) | |
| tree | c142bbbaec3b4369afe434ffee8df88b514379c5 /win32 | |
| parent | 9407e586cb8e501d8fa40e4ece67f983252185c7 (diff) | |
| download | scintilla-mirror-5ac2a5be66d7b8cc76d64098a1e467ed92cb8c10.tar.gz | |
Updates for 3.3.8.
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 d81b57480..e4cb30232 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.3.7" -#define VERSION_WORDS 3, 3, 7, 0 +#define VERSION_SCINTILLA "3.3.8" +#define VERSION_WORDS 3, 3, 8, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |
