diff options
author | nyamatongwe <unknown> | 2012-10-17 09:09:50 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-10-17 09:09:50 +1100 |
commit | 545901120ecd90c1f3e2273fa36f20acdfaccddd (patch) | |
tree | 2765bab1d2d7c86bfbc3c1995e71cbff7e2d67da /win32 | |
parent | 5cea9c55549a91c6f9cf08555396ce4a90ceb5c7 (diff) | |
download | scintilla-mirror-545901120ecd90c1f3e2273fa36f20acdfaccddd.tar.gz |
Incrementing version number for 3.2.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 056e0087d..bf16188ae 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.2.2" -#define VERSION_WORDS 3, 2, 2, 0 +#define VERSION_SCINTILLA "3.2.3" +#define VERSION_WORDS 3, 2, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |