diff options
| author | Neil <nyamatongwe@gmail.com> | 2026-02-21 09:05:11 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2026-02-21 09:05:11 +1100 |
| commit | 820bce1b0a406a9dbefaaa3e12992dc27a730680 (patch) | |
| tree | 9114355790c85a319bea3d7ece856928593ede4f /win32 | |
| parent | 4405f60a2107d3873724930af061a49b03d4b8e7 (diff) | |
| download | scintilla-mirror-820bce1b0a406a9dbefaaa3e12992dc27a730680.tar.gz | |
Updates for version 5.5.9.
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 90dafb243..cd62d5e9f 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.5.8" -#define VERSION_WORDS 5, 5, 8, 0 +#define VERSION_SCINTILLA "5.5.9" +#define VERSION_WORDS 5, 5, 9, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |
