diff options
| author | Neil <nyamatongwe@gmail.com> | 2025-11-05 09:20:54 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2025-11-05 09:20:54 +1100 |
| commit | bf191949ce2f1d9ecd4865ec621388f8700143a7 (patch) | |
| tree | bb815651fd4fb4d20d6d5ba92ea9e90463ce29c2 /win32 | |
| parent | dab0b09e330c037e3786e7841dabbce046796217 (diff) | |
| download | scintilla-mirror-master.tar.gz | |
Updates for version 5.5.8.master
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 069195ea9..90dafb243 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.5.7" -#define VERSION_WORDS 5, 5, 7, 0 +#define VERSION_SCINTILLA "5.5.8" +#define VERSION_WORDS 5, 5, 8, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |
