diff options
author | Neil <nyamatongwe@gmail.com> | 2022-05-17 14:21:42 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-05-17 14:21:42 +1000 |
commit | 8fefa3eec812cab9d07ff37ce04cb3d6ba70f29c (patch) | |
tree | 803ddead78a6bc3b0e0ce7337cd037b127b5342d /win32 | |
parent | 8734147bd2fba8f75d2765aad0cc9d57c4bb3dfc (diff) | |
download | scintilla-mirror-8fefa3eec812cab9d07ff37ce04cb3d6ba70f29c.tar.gz |
Updates for 5.2.3 release.
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 157b61487..33d2a530e 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.2.2" -#define VERSION_WORDS 5, 2, 2, 0 +#define VERSION_SCINTILLA "5.2.3" +#define VERSION_WORDS 5, 2, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |