diff options
author | Neil <nyamatongwe@gmail.com> | 2022-08-24 12:34:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-08-24 12:34:55 +1000 |
commit | f9b3716262fe32331105b01bf6cf18cc4429b5b3 (patch) | |
tree | f5b3782a8ea5bad3fcc3a63459f0ed84de0082c6 /win32 | |
parent | 9792c2cf264219a6b78a16634f5404c8ed5131c3 (diff) | |
download | scintilla-mirror-f9b3716262fe32331105b01bf6cf18cc4429b5b3.tar.gz |
Updates for 5.3.0 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 c3877fc71..0cd5e0913 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.2.4" -#define VERSION_WORDS 5, 2, 4, 0 +#define VERSION_SCINTILLA "5.3.0" +#define VERSION_WORDS 5, 3, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |