diff options
| author | nyamatongwe <devnull@localhost> | 2002-07-30 11:31:20 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-07-30 11:31:20 +0000 | 
| commit | 6d8f5419bfb1322b090875896d4593edc47a611b (patch) | |
| tree | 06e0dcff8e227d9506ed71d68ec0bfded410e245 | |
| parent | 9050c0982e97e2b395ba5128ed82a67cbed2b5bd (diff) | |
| download | scintilla-mirror-6d8f5419bfb1322b090875896d4593edc47a611b.tar.gz | |
Updated version number to 1.47.
| -rw-r--r-- | version.txt | 2 | ||||
| -rw-r--r-- | win32/ScintRes.rc | 8 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/version.txt b/version.txt index bc768da71..5d1277e79 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -146
\ No newline at end of file +147
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index deab0c51d..2d770f17f 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@  #include "PlatformRes.h"  VS_VERSION_INFO VERSIONINFO -FILEVERSION	1, 4, 6, 0 -PRODUCTVERSION	1, 4, 6, 0 +FILEVERSION	1, 4, 7, 0 +PRODUCTVERSION	1, 4, 7, 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.46\0" +			VALUE	"FileVersion",	"1.47\0"  			VALUE	"InternalName",	"Scintilla\0"  			VALUE	"LegalCopyright",	"Copyright 1998-2002 by Neil Hodgson\0"  			VALUE	"OriginalFilename",	"Scintilla.DLL\0"  			VALUE	"ProductName",	"Scintilla\0" -			VALUE	"ProductVersion",	"1.46\0" +			VALUE	"ProductVersion",	"1.47\0"  		END  	END  END | 
