diff options
author | 2013-01-29 22:03:14 -0500 | |
---|---|---|
committer | 2013-01-29 22:03:14 -0500 | |
commit | 900dbd1b4223fdf4e223b0a6167be09437d5144a (patch) | |
tree | cfca5e4743414dc5a252f43a851ce19989cc2ef6 /src/textadept.rc | |
parent | e948c3739e47c0891b25ba6e12cf54753e162abe (diff) | |
download | textadept-900dbd1b4223fdf4e223b0a6167be09437d5144a.tar.gz textadept-900dbd1b4223fdf4e223b0a6167be09437d5144a.zip |
Updated for 6.3.
Diffstat (limited to 'src/textadept.rc')
-rw-r--r-- | src/textadept.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/textadept.rc b/src/textadept.rc index def51853..3d8eeb50 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 6, 2, 0, 0
-PRODUCTVERSION 6, 2, 0, 0
+FILEVERSION 6, 3, 0, 0
+PRODUCTVERSION 6, 3, 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", "6.2\0"
+ VALUE "FileVersion", "6.3\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2013 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "6.2\0"
+ VALUE "ProductVersion", "6.3\0"
END
END
END
|