diff options
author | nyamatongwe <unknown> | 2012-07-11 11:40:56 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-11 11:40:56 +1000 |
commit | 6df9dc8f6da4ec28000b88bb3464adab9dcdaee6 (patch) | |
tree | bc25cf89942e76031a675dc5fe2d84781d629441 /win32 | |
parent | 7356159f76b9207583e4f9360a35277eaeaa7eb7 (diff) | |
download | scintilla-mirror-6df9dc8f6da4ec28000b88bb3464adab9dcdaee6.tar.gz |
Updates for next release 3.2.1.
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 3195397c0..72a05f060 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.2.0" -#define VERSION_WORDS 3, 2, 0, 0 +#define VERSION_SCINTILLA "3.2.1" +#define VERSION_WORDS 3, 2, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |