diff options
author | Neil <nyamatongwe@gmail.com> | 2024-10-14 08:36:49 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-10-14 08:36:49 +1100 |
commit | 67489680b4064ec0822e4679089330545a7eb581 (patch) | |
tree | 4f9d32b1aae3e7b3977def05717505103eea20a3 /win32 | |
parent | 5bc7ef88781d05bab3abeeb4113da6b210ee8798 (diff) | |
download | scintilla-mirror-67489680b4064ec0822e4679089330545a7eb581.tar.gz |
Updates for version 5.5.3.
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 2b455dc15..30b4d7ca1 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.5.2" -#define VERSION_WORDS 5, 5, 2, 0 +#define VERSION_SCINTILLA "5.5.3" +#define VERSION_WORDS 5, 5, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |