diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-04 08:14:27 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-04 08:14:27 +1100 |
commit | 1db1db8ac95ff98ebcb18a06e6329acd3f079600 (patch) | |
tree | 413b7703b4e08c274cd536a0e1466e382ee1e00d /win32 | |
parent | 5c09372e24c4656dc0e40bba890eef539d0b8ad2 (diff) | |
download | scintilla-mirror-1db1db8ac95ff98ebcb18a06e6329acd3f079600.tar.gz |
Updated version number for release.
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 053515325..f8b248aab 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.1.3" -#define VERSION_WORDS 4, 1, 3, 0 +#define VERSION_SCINTILLA "4.1.4" +#define VERSION_WORDS 4, 1, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |