diff options
author | nyamatongwe <unknown> | 2012-08-27 10:39:21 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-08-27 10:39:21 +1000 |
commit | 6e44e9a381ee460ec02aee6550c99c55e9f35e6b (patch) | |
tree | 307a0d7c5c3776edbfb2c07f5cd4418e85170c8c /win32 | |
parent | f63ecc5616b2203382fb18c590525f442f390877 (diff) | |
download | scintilla-mirror-6e44e9a381ee460ec02aee6550c99c55e9f35e6b.tar.gz |
Incrementing version number for 3.2.2.
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 72a05f060..056e0087d 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.2.1" -#define VERSION_WORDS 3, 2, 1, 0 +#define VERSION_SCINTILLA "3.2.2" +#define VERSION_WORDS 3, 2, 2, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |