diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-07 11:43:58 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-07 11:43:58 +1000 |
commit | e9f24d8f1208927ec6f878c134b3beb8af809e7c (patch) | |
tree | 717b1fe55458c0d8f2dee3e81f51ee32984674c7 /win32 | |
parent | 0cd87e7e18a4a57b0fcaaa629d84d04bdee87ffa (diff) | |
download | scintilla-mirror-e9f24d8f1208927ec6f878c134b3beb8af809e7c.tar.gz |
Updates for 4.0.4.rel-4-0-4
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 9eff37216..05103a07b 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.0.3" -#define VERSION_WORDS 4, 0, 3, 0 +#define VERSION_SCINTILLA "4.0.4" +#define VERSION_WORDS 4, 0, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |