diff options
author | Neil <nyamatongwe@gmail.com> | 2023-09-18 09:11:00 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-09-18 09:11:00 +1000 |
commit | 5f16648fb63b744371a6bc4a86f6a2c486cb54b3 (patch) | |
tree | ec301044a33dbe429941e4197530e0f865616c40 /win32 | |
parent | c10733bd9897aef1e775399a70ae5e2684754ee2 (diff) | |
download | scintilla-mirror-5f16648fb63b744371a6bc4a86f6a2c486cb54b3.tar.gz |
Updates for version 5.3.7.
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 6bf752af5..4d2ecc899 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.3.6" -#define VERSION_WORDS 5, 3, 6, 0 +#define VERSION_SCINTILLA "5.3.7" +#define VERSION_WORDS 5, 3, 7, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |