diff options
author | Neil <nyamatongwe@gmail.com> | 2022-03-27 22:29:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-03-27 22:29:32 +1100 |
commit | 2eba68262b72a41bb9c45fb75d3ffe174762b8e3 (patch) | |
tree | a3874ca14e5b34471789b0724a01087583ac76f7 /win32/ScintRes.rc | |
parent | 1deaab0fb9d38b6a6f3d1efc5363396299ed5168 (diff) | |
download | scintilla-mirror-2eba68262b72a41bb9c45fb75d3ffe174762b8e3.tar.gz |
Updates for 5.2.2 release.
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 d7f82648f..157b61487 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.2.1" -#define VERSION_WORDS 5, 2, 1, 0 +#define VERSION_SCINTILLA "5.2.2" +#define VERSION_WORDS 5, 2, 2, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |