aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-18 09:53:13 +0000
committernyamatongwe <devnull@localhost>2002-01-18 09:53:13 +0000
commita37c997de862ccd20dc1574ba945f8c9cda6be36 (patch)
treec6bc709ee13c10a1b16a67b81dcadcf62410712f
parentd70fba5955c66259c862be4a16bee0e4b88320c4 (diff)
downloadscintilla-mirror-a37c997de862ccd20dc1574ba945f8c9cda6be36.tar.gz
Updated version number to 1.43.
-rw-r--r--License.txt2
-rw-r--r--doc/ScintillaHistory.html11
-rw-r--r--version.txt2
-rw-r--r--win32/ScintRes.rc12
4 files changed, 19 insertions, 8 deletions
diff --git a/License.txt b/License.txt
index 6d3051bc1..8ec5f6112 100644
--- a/License.txt
+++ b/License.txt
@@ -1,6 +1,6 @@
License for Scintilla and SciTE
-Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
All Rights Reserved
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f8d84d9a9..055688532 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -110,6 +110,17 @@
</li>
</ul>
<h3>
+ <a href="scite143.zip">Release 1.43</a>
+ </h3>
+ <ul>
+ <li>
+ Released on 19 January 2002.
+ </li>
+ <li>
+ Static linking on Windows handles cursor resouce better. Documentation of static linking improved.
+ </li>
+ </ul>
+ <h3>
<a href="scite142.zip">Release 1.42</a>
</h3>
<ul>
diff --git a/version.txt b/version.txt
index 83248fb9d..aa59885c8 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-142 \ No newline at end of file
+143 \ No newline at end of file
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc
index 235402f82..91d787092 100644
--- a/win32/ScintRes.rc
+++ b/win32/ScintRes.rc
@@ -1,5 +1,5 @@
// Resource file for Scintilla
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#ifndef __BORLANDC__
@@ -9,8 +9,8 @@
#include "PlatformRes.h"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1, 4, 2, 0
-PRODUCTVERSION 1, 4, 2, 0
+FILEVERSION 1, 4, 3, 0
+PRODUCTVERSION 1, 4, 3, 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.42\0"
+ VALUE "FileVersion", "1.43\0"
VALUE "InternalName", "Scintilla\0"
- VALUE "LegalCopyright", "Copyright 1998-2001 by Neil Hodgson\0"
+ VALUE "LegalCopyright", "Copyright 1998-2002 by Neil Hodgson\0"
VALUE "OriginalFilename", "Scintilla.DLL\0"
VALUE "ProductName", "Scintilla\0"
- VALUE "ProductVersion", "1.42\0"
+ VALUE "ProductVersion", "1.43\0"
END
END
END