diff options
| author | nyamatongwe <unknown> | 2004-02-17 09:21:50 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-02-17 09:21:50 +0000 | 
| commit | bca2c3352f8b1cd46bccceb563993d73ac4e03d7 (patch) | |
| tree | dc783257ef743df35d76e752b6c9cea42656e24d | |
| parent | 582272ec952182e83724d5423eeebf36faebdffb (diff) | |
| download | scintilla-mirror-bca2c3352f8b1cd46bccceb563993d73ac4e03d7.tar.gz | |
1.59.
| -rw-r--r-- | doc/ScintillaDownload.html | 13 | ||||
| -rw-r--r-- | version.txt | 2 | ||||
| -rw-r--r-- | win32/ScintRes.rc | 8 | 
3 files changed, 13 insertions, 10 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index afb15824d..7e7c5614f 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,8 +25,11 @@      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr>          <td> -          <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla158.zip?download">Windows</a>   <a href="http://prdownloads.sourceforge.net/scintilla/scintilla158.tgz?download"> -          GTK+/Linux</a>  </font> +          <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla159.zip?download"> +	Windows</a>   +	<a href="http://prdownloads.sourceforge.net/scintilla/scintilla159.tgz?download"> +          GTK+/Linux</a>   +	</font>          </td>        </tr>      </table> @@ -38,7 +41,7 @@        containing very few restrictions.      </p>      <h3> -       Release 1.58 +       Release 1.59      </h3>      <h4>         Source Code @@ -46,8 +49,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/scintilla158.zip?download">zip format</a> (540K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla158.tgz?download">tgz format</a> (460K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla159.zip?download">zip format</a> (540K) commonly used on Windows</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla159.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/version.txt b/version.txt index 147ea53ba..b00047941 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -158
\ No newline at end of file +159
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index cfb062c43..e70620fae 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@  #include "PlatformRes.h"  VS_VERSION_INFO VERSIONINFO -FILEVERSION	1, 5, 8, 0 -PRODUCTVERSION	1, 5, 8, 0 +FILEVERSION	1, 5, 9, 0 +PRODUCTVERSION	1, 5, 9, 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.58\0" +			VALUE	"FileVersion",	"1.59\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.58\0" +			VALUE	"ProductVersion",	"1.59\0"  		END  	END  END | 
