diff options
author | nyamatongwe <unknown> | 2002-03-13 04:23:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-03-13 04:23:22 +0000 |
commit | b78cd92f87b04450cde819570b1b2c6830d49d64 (patch) | |
tree | f0dba354ed990eb007bd0bbb4ab477023f1e87fb | |
parent | 5ce76fcabf1db1051f544165752d23fe501b02c0 (diff) | |
download | scintilla-mirror-b78cd92f87b04450cde819570b1b2c6830d49d64.tar.gz |
Updated for version 1.45.
-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 70e1a64c2..aca544d01 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -144
\ No newline at end of file +145
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index ec687fe12..afa96f881 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 4, 4, 0 -PRODUCTVERSION 1, 4, 4, 0 +FILEVERSION 1, 4, 5, 0 +PRODUCTVERSION 1, 4, 5, 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.44\0" + VALUE "FileVersion", "1.45\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.44\0" + VALUE "ProductVersion", "1.45\0" END END END |