diff options
author | nyamatongwe <unknown> | 2003-11-26 11:59:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-11-26 11:59:03 +0000 |
commit | 0ae8534cc8a1a2c1ceb341005d5ae8a1bc709b59 (patch) | |
tree | 384d2cb5b5f878abcff04506d6f1b1f3602dc279 | |
parent | 140b7b3c418448ac0c3d92d2bdb7db66934134ad (diff) | |
download | scintilla-mirror-0ae8534cc8a1a2c1ceb341005d5ae8a1bc709b59.tar.gz |
Updating version number.
-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 34bba940d..2bab4226f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -156
\ No newline at end of file +157
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index de7455441..4e1855d5d 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 5, 6, 0 -PRODUCTVERSION 1, 5, 6, 0 +FILEVERSION 1, 5, 7, 0 +PRODUCTVERSION 1, 5, 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.56\0" + VALUE "FileVersion", "1.57\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.56\0" + VALUE "ProductVersion", "1.57\0" END END END |