diff options
author | Neil <nyamatongwe@gmail.com> | 2022-07-06 22:00:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-07-06 22:00:20 +1000 |
commit | cb110101421c6ad096447ffe379e55dcfd598eda (patch) | |
tree | 11c8e277c25c5607112af4200cf91cef47a5197b /win32/ScintRes.rc | |
parent | 3825936549567ff3e0f1ec1995669880e79b2943 (diff) | |
download | scintilla-mirror-cb110101421c6ad096447ffe379e55dcfd598eda.tar.gz |
Updates for 5.2.4 release.rel-5-2-4
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 33d2a530e..c3877fc71 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.2.3" -#define VERSION_WORDS 5, 2, 3, 0 +#define VERSION_SCINTILLA "5.2.4" +#define VERSION_WORDS 5, 2, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |