diff options
| author | mitchell <unknown> | 2020-07-27 13:00:16 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-07-27 13:00:16 -0400 |
| commit | ce0d73314b95d3ae0c29b6d558981b5f76ba0fed (patch) | |
| tree | ad55507e63ebddeb3bd6126f0da23f4145a825e5 /win32 | |
| parent | daf3dd50a3b34842c01a7402e277626fb1d36b56 (diff) | |
| download | scintilla-mirror-ce0d73314b95d3ae0c29b6d558981b5f76ba0fed.tar.gz | |
Updated for version 3.21.0.rel-3-21-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 f9270de82..4019ef015 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.20.0" -#define VERSION_WORDS 3, 20, 0, 0 +#define VERSION_SCINTILLA "3.21.0" +#define VERSION_WORDS 3, 21, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |
