diff options
| author | nyamatongwe <devnull@localhost> | 2012-05-29 20:07:40 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-05-29 20:07:40 +1000 |
| commit | 535d70cada369bb525ff7eb15dfd14859af8eb8d (patch) | |
| tree | 3b78e293cba0a78033fbd9318222b94a3e15188f /win32 | |
| parent | 2ec3f1b8f7b16b5be00f6fc34c9183103b4849bc (diff) | |
| download | scintilla-mirror-535d70cada369bb525ff7eb15dfd14859af8eb8d.tar.gz | |
Updates for 3.2.0.
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 fc02ca077..3195397c0 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.1.0" -#define VERSION_WORDS 3, 1, 0, 0 +#define VERSION_SCINTILLA "3.2.0" +#define VERSION_WORDS 3, 2, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |
