diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-24 08:13:39 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-24 08:13:39 +1100 |
commit | 41cd2d77fd2dc6b78d7910d1a380861354eccbbc (patch) | |
tree | 594d8e9d178255d5dd8204afd45264044ace5b71 /win32 | |
parent | a73e600bc9ae64c245ca8998ae5ed837b85f858c (diff) | |
download | scintilla-mirror-41cd2d77fd2dc6b78d7910d1a380861354eccbbc.tar.gz |
Updates for 5.2.1 release.rel-5-2-1
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 756d0674b..d7f82648f 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.2.0" -#define VERSION_WORDS 5, 2, 0, 0 +#define VERSION_SCINTILLA "5.2.1" +#define VERSION_WORDS 5, 2, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |