diff options
author | Neil <nyamatongwe@gmail.com> | 2016-01-10 12:16:25 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-01-10 12:16:25 +1100 |
commit | f7a32776fca75fd6cf7f8b962820201a95b417de (patch) | |
tree | a0940e9877982b327ea01a6ed97e6acee46b98cb /win32 | |
parent | 85b79957ec5359c03fec42fdc3f1430d205269ac (diff) | |
download | scintilla-mirror-f7a32776fca75fd6cf7f8b962820201a95b417de.tar.gz |
Updates for 3.6.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 106ce1507..4ab5cdcac 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.6.2" -#define VERSION_WORDS 3, 6, 2, 0 +#define VERSION_SCINTILLA "3.6.3" +#define VERSION_WORDS 3, 6, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |