diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-23 10:32:14 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-23 10:32:14 +1000 |
commit | 7101f52e4e05d6aae7830c94a16ce7eaa0d4870d (patch) | |
tree | edf2e7a3c424383f4ba9312dadf7a0436f843a72 /win32 | |
parent | 5525942013af4b23fe9a8d2dde20abd681e05ac2 (diff) | |
download | scintilla-mirror-rel-4-3-3.tar.gz |
Updates for 4.3.3.rel-4-3-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 e55161214..3caf71bc5 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.3.2" -#define VERSION_WORDS 4, 3, 2, 0 +#define VERSION_SCINTILLA "4.3.3" +#define VERSION_WORDS 4, 3, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |