diff options
author | Neil <nyamatongwe@gmail.com> | 2022-10-09 10:57:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-10-09 10:57:28 +1100 |
commit | 447148eb9cf8cded342f1347ca3916fdfaad9c31 (patch) | |
tree | 0111cfadaa0b5749466f2f61f15d32a92c983bb1 /win32 | |
parent | dc212d80cc3c37b291b07b9fe6f2fb6b4a9434ca (diff) | |
download | scintilla-mirror-447148eb9cf8cded342f1347ca3916fdfaad9c31.tar.gz |
Update version number to 5.3.1.
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 0cd5e0913..5f1ee564a 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.3.0" -#define VERSION_WORDS 5, 3, 0, 0 +#define VERSION_SCINTILLA "5.3.1" +#define VERSION_WORDS 5, 3, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |