From f3adc5ff4e23d2cfdfb2a719dd79da658cf85338 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 25 Sep 2003 10:00:27 +0000 Subject: Updating version number to 1.55. --- doc/ScintillaHistory.html | 11 +++++++++++ version.txt | 2 +- win32/ScintRes.rc | 8 ++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 71c7c6ad8..5d0680d2c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -154,6 +154,17 @@ Icons Copyright(C) 1998 by Dean S. Jones
+

+ Release 1.55 +

+

Release 1.54

diff --git a/version.txt b/version.txt index dc9414b21..b912dc118 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -154 \ No newline at end of file +155 \ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index dd967f20f..9d991f454 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 5, 4, 0 -PRODUCTVERSION 1, 5, 4, 0 +FILEVERSION 1, 5, 5, 0 +PRODUCTVERSION 1, 5, 5, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -27,12 +27,12 @@ BEGIN BEGIN VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0" VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0" - VALUE "FileVersion", "1.54\0" + VALUE "FileVersion", "1.55\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2003 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "1.54\0" + VALUE "ProductVersion", "1.55\0" END END END -- cgit v1.2.3