diff options
author | Neil <nyamatongwe@gmail.com> | 2019-07-02 08:58:52 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-07-02 08:58:52 +1000 |
commit | b547f6d78dcefc978959ff28dc3eef35f3783058 (patch) | |
tree | 7d2fceac105790eb101d334889be6454fcb99875 /win32/ScintRes.rc | |
parent | 23233d77de6a5daf10e0507c54ad1466749cf93c (diff) | |
download | scintilla-mirror-b547f6d78dcefc978959ff28dc3eef35f3783058.tar.gz |
Readying 4.2.0 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 62e38a5f4..6772232b9 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.1.7" -#define VERSION_WORDS 4, 1, 7, 0 +#define VERSION_SCINTILLA "4.2.0" +#define VERSION_WORDS 4, 2, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |