diff options
author | nyamatongwe <unknown> | 2002-07-30 11:31:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-30 11:31:20 +0000 |
commit | e87d9a490359d0a43800a618af2e847c18561bd6 (patch) | |
tree | 06e0dcff8e227d9506ed71d68ec0bfded410e245 | |
parent | 5f3a4c170d6d0850157c4ea6e38adbe369d864b4 (diff) | |
download | scintilla-mirror-e87d9a490359d0a43800a618af2e847c18561bd6.tar.gz |
Updated version number to 1.47.
-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 bc768da71..5d1277e79 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -146
\ No newline at end of file +147
\ No newline at end of file diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index deab0c51d..2d770f17f 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 4, 6, 0 -PRODUCTVERSION 1, 4, 6, 0 +FILEVERSION 1, 4, 7, 0 +PRODUCTVERSION 1, 4, 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.46\0" + VALUE "FileVersion", "1.47\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.46\0" + VALUE "ProductVersion", "1.47\0" END END END |