diff options
author | nyamatongwe <devnull@localhost> | 2005-08-23 01:59:15 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-08-23 01:59:15 +0000 |
commit | 2d4edad8951550b8a2628d7214dd2d2a2337399e (patch) | |
tree | 1898283eae62bfe1a53d3219b534a99c4ca9d69b | |
parent | 50a6d7d8daf6badaf75d05b64ee70e21c1f9541b (diff) | |
download | scintilla-mirror-2d4edad8951550b8a2628d7214dd2d2a2337399e.tar.gz |
Reving version number and dates.
-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 9e42f3ef0..cdffbbc4e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -165 +166 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 06172c5b6..626e4fb5c 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 6, 5, 0 -PRODUCTVERSION 1, 6, 5, 0 +FILEVERSION 1, 6, 6, 0 +PRODUCTVERSION 1, 6, 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.65\0" + VALUE "FileVersion", "1.66\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2005 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "1.65\0" + VALUE "ProductVersion", "1.66\0" END END END |