diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-05 09:08:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-05 09:08:28 +1100 |
commit | 987528f9f5028aedc7ed387fb739c9be5bb0138f (patch) | |
tree | ef03a848564eeeeda54ac5727af07bb9ccc3aed1 /win32 | |
parent | 44f657160cc652b9d3b35883ac54f101d27d33cb (diff) | |
download | scintilla-mirror-rel-5-2-0.tar.gz |
Updates for 5.2.0.rel-5-2-0
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 607ef4092..756d0674b 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.1.5" -#define VERSION_WORDS 5, 1, 5, 0 +#define VERSION_SCINTILLA "5.2.0" +#define VERSION_WORDS 5, 2, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |