diff options
| author | nyamatongwe <unknown> | 2003-09-25 10:00:27 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-09-25 10:00:27 +0000 | 
| commit | f3adc5ff4e23d2cfdfb2a719dd79da658cf85338 (patch) | |
| tree | 3f7441f9d3aae797fac9b3ebf7cec9fa44a1eabf | |
| parent | 0ef6e33737347f630fd357c5c3849717b4bf6253 (diff) | |
| download | scintilla-mirror-f3adc5ff4e23d2cfdfb2a719dd79da658cf85338.tar.gz | |
Updating version number to 1.55.
| -rw-r--r-- | doc/ScintillaHistory.html | 11 | ||||
| -rw-r--r-- | version.txt | 2 | ||||
| -rw-r--r-- | 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 @@ -155,6 +155,17 @@        </li>      </ul>      <h3> +       <a href="http://prdownloads.sourceforge.net/scintilla/scite155.zip?download">Release 1.55</a> +    </h3> +    <ul> +      <li> +	Released on 25 September 2003. +      </li> +      <li> +	Fix a crashing bug in indicator display in Scintilla. +      </li> +    </ul> +    <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite154.zip?download">Release 1.54</a>      </h3>      <ul> 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  | 
