diff options
author | Neil <nyamatongwe@gmail.com> | 2023-05-27 18:06:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-05-27 18:06:49 +1000 |
commit | ceae5f95f409d5bcd8a5cabed3b1aebc28b97c12 (patch) | |
tree | b853d6aaa820f4555f6cb1d5fd39e427b9461c05 /win32 | |
parent | 91017572fe786a8c1089aa008152ce31cb69321d (diff) | |
download | scintilla-mirror-ceae5f95f409d5bcd8a5cabed3b1aebc28b97c12.tar.gz |
Updates for version 5.3.5.rel-5-3-5
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 ee62d8ca7..729d61a79 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.3.4" -#define VERSION_WORDS 5, 3, 4, 0 +#define VERSION_SCINTILLA "5.3.5" +#define VERSION_WORDS 5, 3, 5, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |