diff options
author | Neil <nyamatongwe@gmail.com> | 2020-05-28 08:48:41 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-05-28 08:48:41 +1000 |
commit | 200d3de4bd79327f0d519fc938c7adcfd51bf06f (patch) | |
tree | 7190eaf599b9c8aa0e662d757dceeb3728735ccf /win32 | |
parent | 9938be93a19ae3eb09ec7704d800991eb7fc0f12 (diff) | |
download | scintilla-mirror-200d3de4bd79327f0d519fc938c7adcfd51bf06f.tar.gz |
Updates for 4.4.0.
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 3caf71bc5..614b824f7 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.3.3" -#define VERSION_WORDS 4, 3, 3, 0 +#define VERSION_SCINTILLA "4.4.0" +#define VERSION_WORDS 4, 4, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |