diff options
author | Neil <nyamatongwe@gmail.com> | 2023-12-22 15:26:38 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-12-22 15:26:38 +1100 |
commit | 7d8cb68db7df279322ab1e00cf43be1bed7985a6 (patch) | |
tree | 87f2856d2b4633a4cd4c949b6c0e9362759ea9b7 /win32/ScintRes.rc | |
parent | 8e55cc0c973cc2fbaac8cca1505524b86ce58dff (diff) | |
download | scintilla-mirror-7d8cb68db7df279322ab1e00cf43be1bed7985a6.tar.gz |
Updates for version 5.4.1.
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 a364b80b4..9e0e1ab1a 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.4.0" -#define VERSION_WORDS 5, 4, 0, 0 +#define VERSION_SCINTILLA "5.4.1" +#define VERSION_WORDS 5, 4, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |