diff options
author | Neil <nyamatongwe@gmail.com> | 2020-01-12 20:05:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-01-12 20:05:01 +1100 |
commit | da6e23074d6ed99dc4b42ec9e3e1b29e44b8d8b8 (patch) | |
tree | 8e4997d6235c2859ec35c359c2eb5c78370cc173 /win32 | |
parent | 680ebfaa2ed409a62bd1e1d863b3df17f706d656 (diff) | |
download | scintilla-mirror-rel-4-3-0.tar.gz |
Readying 4.3.0 release.rel-4-3-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 b4ce06332..8b8756069 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.2.3" -#define VERSION_WORDS 4, 2, 3, 0 +#define VERSION_SCINTILLA "4.3.0" +#define VERSION_WORDS 4, 3, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |