diff options
author | Neil <nyamatongwe@gmail.com> | 2021-11-03 13:26:02 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-11-03 13:26:02 +1100 |
commit | 1356d9e85162729ab99b5ea2dca2d67b250812ac (patch) | |
tree | 45bd0c0823da3c460fdc0c8cbe0e13691d6d0f45 /win32 | |
parent | fe6704dc6db80aed794209bc3eeb0485878fa76e (diff) | |
download | scintilla-mirror-1356d9e85162729ab99b5ea2dca2d67b250812ac.tar.gz |
Updates for 5.1.4.
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 8536edaa0..68c712e5c 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.1.3" -#define VERSION_WORDS 5, 1, 3, 0 +#define VERSION_SCINTILLA "5.1.4" +#define VERSION_WORDS 5, 1, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |