diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-29 16:14:02 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-29 16:14:02 +1000 |
commit | 867a6e3d42fb9085ba02070902673bf65086ceb2 (patch) | |
tree | 38bf2149fe66a43f1b8e7f571fb0f15a77b51612 /win32 | |
parent | c9b2423aaed459c68dd8f43b1de0edee4eb287c8 (diff) | |
download | scintilla-mirror-867a6e3d42fb9085ba02070902673bf65086ceb2.tar.gz |
Updates for 5.0.3.
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 b01d9024d..97ce2a7a4 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.0.2" -#define VERSION_WORDS 5, 0, 2, 0 +#define VERSION_SCINTILLA "5.0.3" +#define VERSION_WORDS 5, 0, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |