diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2023-11-18 08:26:22 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2023-11-18 08:26:22 +1100 |
commit | e6e378646065c5f2c038ce299cabf8b9d9092bb3 (patch) | |
tree | 34be2bf9c4ecf841fd190f4c1d63cfcc234629e7 /win32/ScintRes.rc | |
parent | 5eb5ed0cae452669fc2fc17e10af087bc3bc9256 (diff) | |
download | scintilla-mirror-e6e378646065c5f2c038ce299cabf8b9d9092bb3.tar.gz |
Updates for version 5.4.0.rel-5-4-0
Diffstat (limited to 'win32/ScintRes.rc')
-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 65ce56392..a364b80b4 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.3.8" -#define VERSION_WORDS 5, 3, 8, 0 +#define VERSION_SCINTILLA "5.4.0" +#define VERSION_WORDS 5, 4, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |