diff options
author | Neil <nyamatongwe@gmail.com> | 2019-01-07 19:34:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-01-07 19:34:32 +1100 |
commit | 4af487f4aae6fdaed2f4201dabfe9637fdf6eadc (patch) | |
tree | 1cd99d6c47c630036b35dc3806715e94d6a673bd /win32 | |
parent | 84c2d9d83b4b9ff286427ebb04c5cf678170357e (diff) | |
download | scintilla-mirror-rel-4-1-3.tar.gz |
Updates for version 4.1.3.rel-4-1-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 3f122ccce..053515325 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.1.2" -#define VERSION_WORDS 4, 1, 2, 0 +#define VERSION_SCINTILLA "4.1.3" +#define VERSION_WORDS 4, 1, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |