aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.rc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-02-23 12:37:51 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-02-23 12:37:51 -0500
commita9c0e81a2cbb6a0f2eca6fc058b16948ede79c72 (patch)
tree81a5896c91f9c59f0811dc2f8370c29c5021d69c /src/textadept.rc
parent24ce576bb45d53429d17feb18cda3d0eb430f6c4 (diff)
downloadtextadept-a9c0e81a2cbb6a0f2eca6fc058b16948ede79c72.tar.gz
textadept-a9c0e81a2cbb6a0f2eca6fc058b16948ede79c72.zip
Updated to use Scintillua 2.03.
Diffstat (limited to 'src/textadept.rc')
-rw-r--r--src/textadept.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/textadept.rc b/src/textadept.rc
index c71f34d3..49b5abc0 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -3,8 +3,8 @@
textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 2, 0, 0, 0
-PRODUCTVERSION 2, 0, 0, 0
+FILEVERSION 2, 1, 0, 0
+PRODUCTVERSION 2, 1, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "2.0\0"
+ VALUE "FileVersion", "2.1\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2009 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2010 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "2.0\0"
+ VALUE "ProductVersion", "2.1\0"
END
END
END