aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-05-25 16:39:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-05-25 16:39:35 -0400
commit9de7ba5af04be1f9def245eff29887c016817979 (patch)
treec83a9c7f1b010945c100ffaa942e5131996e7536
parent0742576640a432085559bb49ab1916c1d967d22d (diff)
downloadtextadept-9de7ba5af04be1f9def245eff29887c016817979.tar.gz
textadept-9de7ba5af04be1f9def245eff29887c016817979.zip
Updated for 6.6.
-rw-r--r--core/init.lua2
-rw-r--r--src/textadept.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/core/init.lua b/core/init.lua
index 83da8eff..c58bc68e 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 6.6 beta"
+_RELEASE = "Textadept 6.6"
package.path = _HOME..'/core/?.lua;'..package.path
diff --git a/src/textadept.rc b/src/textadept.rc
index 02bf1e05..78faad58 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, 5, 9, 0
-PRODUCTVERSION 6, 5, 9, 0
+FILEVERSION 6, 6, 0, 0
+PRODUCTVERSION 6, 6, 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.6 beta\0"
+ VALUE "FileVersion", "6.6\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.6 beta\0"
+ VALUE "ProductVersion", "6.6\0"
END
END
END