diff options
author | Neil <nyamatongwe@gmail.com> | 2021-12-03 21:57:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-12-03 21:57:48 +1100 |
commit | 4f4ec2c4e7403981bd388cb54d20c01202dd2dc9 (patch) | |
tree | e4c4153e19950e70afaa9d5d76fa370a5eaadc1c /win32/ScintRes.rc | |
parent | 5bc7f554b63702f7b8944be22347feb0acd7ea7c (diff) | |
download | scintilla-mirror-4f4ec2c4e7403981bd388cb54d20c01202dd2dc9.tar.gz |
Updates for 5.1.5.
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 68c712e5c..607ef4092 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.1.4" -#define VERSION_WORDS 5, 1, 4, 0 +#define VERSION_SCINTILLA "5.1.5" +#define VERSION_WORDS 5, 1, 5, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |