diff options
author | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
commit | a0d2795cb9f2f2af41ce24e296869654c4b99287 (patch) | |
tree | 1daf686fa802069ce3b114b2bdc708545184515a /win32 | |
parent | 0ec088ea2def1bae5c51b82d0683ebb0406da083 (diff) | |
download | scintilla-mirror-rel-3-10-0.tar.gz |
Updated for 3.10.0.rel-3-10-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 f25971bfc..742cccdba 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.8.0" -#define VERSION_WORDS 3, 8, 0, 0 +#define VERSION_SCINTILLA "3.10.0" +#define VERSION_WORDS 3, 10, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |