From bca2c3352f8b1cd46bccceb563993d73ac4e03d7 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Tue, 17 Feb 2004 09:21:50 +0000
Subject: 1.59.
---
doc/ScintillaDownload.html | 13 ++++++++-----
version.txt | 2 +-
win32/ScintRes.rc | 8 ++++----
3 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index afb15824d..7e7c5614f 100644
--- a/doc/ScintillaDownload.html
+++ b/doc/ScintillaDownload.html
@@ -25,8 +25,11 @@
@@ -38,7 +41,7 @@
containing very few restrictions.
- Release 1.58
+ Release 1.59
Source Code
@@ -46,8 +49,8 @@
The source code package contains all of the source code for Scintilla but no binary
executable code and is available in
- - zip format (540K) commonly used on Windows
- - tgz format (460K) commonly used on Linux and compatible operating systems
+ - zip format (540K) commonly used on Windows
+ - tgz format (460K) commonly used on Linux and compatible operating systems
Instructions for building on both Windows and Linux are included in the readme file.
diff --git a/version.txt b/version.txt
index 147ea53ba..b00047941 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-158
\ No newline at end of file
+159
\ No newline at end of file
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc
index cfb062c43..e70620fae 100644
--- a/win32/ScintRes.rc
+++ b/win32/ScintRes.rc
@@ -9,8 +9,8 @@
#include "PlatformRes.h"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1, 5, 8, 0
-PRODUCTVERSION 1, 5, 8, 0
+FILEVERSION 1, 5, 9, 0
+PRODUCTVERSION 1, 5, 9, 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.58\0"
+ VALUE "FileVersion", "1.59\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.58\0"
+ VALUE "ProductVersion", "1.59\0"
END
END
END
--
cgit v1.2.3