diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-05 17:33:41 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-05 17:33:41 +1100 |
commit | 450d27fc17ea7dcf446f968dd257579fd5eed364 (patch) | |
tree | e4583158d1279ed6ea3fc3df9ef7e57cdcb27768 /win32/ScintRes.rc | |
parent | 5191bb0042e107dce83edbce8c15b67738a8e856 (diff) | |
download | scintilla-mirror-450d27fc17ea7dcf446f968dd257579fd5eed364.tar.gz |
Update version number to 5.0.0.
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 71b1b9960..edf81c89c 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.4.6" -#define VERSION_WORDS 4, 4, 6, 0 +#define VERSION_SCINTILLA "5.0.0" +#define VERSION_WORDS 5, 0, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |