diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-13 12:38:35 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-13 12:38:35 +1000 |
commit | 06a342412780bd3b0e08a874a5a514eb60125852 (patch) | |
tree | 4dafaa59d6e48ca2b7e0e158e374ffa35c05470c /win32/ScintRes.rc | |
parent | 78d87211c24e2e676771f45ce7b59fe0687362ed (diff) | |
download | scintilla-mirror-06a342412780bd3b0e08a874a5a514eb60125852.tar.gz |
Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7
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 569571f1b..62e38a5f4 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "4.1.6" -#define VERSION_WORDS 4, 1, 6, 0 +#define VERSION_SCINTILLA "4.1.7" +#define VERSION_WORDS 4, 1, 7, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |