diff options
author | nyamatongwe <devnull@localhost> | 2003-10-23 21:50:29 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-10-23 21:50:29 +0000 |
commit | 1ad16a8ccd9c2cd2cd45704f295ee6a745fa0fe6 (patch) | |
tree | b6bab9615337a14b41e62466203940fdb3580bb8 | |
parent | 009f05b0111d7c00ad457ef04e5feda935ae274e (diff) | |
download | scintilla-mirror-1ad16a8ccd9c2cd2cd45704f295ee6a745fa0fe6.tar.gz |
Updates for version 1.56.
-rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 8 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 8 |
4 files changed, 17 insertions, 9 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 73f93118c..00b0b945d 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla155.zip?download">Windows</a> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla155.tgz?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla156.zip?download">Windows</a> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla156.tgz?download"> GTK+/Linux</a> </font> </td> </tr> @@ -38,7 +38,7 @@ containing very few restrictions. </p> <h3> - Release 1.55 + Release 1.56 </h3> <h4> Source Code @@ -46,8 +46,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla155.zip?download">zip format</a> (510K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla155.tgz?download">tgz format</a> (460K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla156.zip?download">zip format</a> (510K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla156.tgz?download">tgz format</a> (460K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 84a37d3c8..aa8e75f87 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -161,6 +161,14 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite156.zip?download">Release 1.56</a> + </h3> + <ul> + <li> + Released on 25 October 2003. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite155.zip?download">Release 1.55</a> </h3> <ul> diff --git a/version.txt b/version.txt index b912dc118..34bba940d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -155
\ No newline at end of file +156
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 9d991f454..de7455441 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 5, 5, 0 -PRODUCTVERSION 1, 5, 5, 0 +FILEVERSION 1, 5, 6, 0 +PRODUCTVERSION 1, 5, 6, 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.55\0" + VALUE "FileVersion", "1.56\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.55\0" + VALUE "ProductVersion", "1.56\0" END END END |