diff options
author | 2013-04-27 02:04:53 -0400 | |
---|---|---|
committer | 2013-04-27 02:04:53 -0400 | |
commit | 8045f96321e12bf40999a2f6893a75be0f28ce3a (patch) | |
tree | a579dd75cc67cdbe846a11a36451094ed476f64e | |
parent | 6f7d37b3f5c805594f098bd61786a76f8d8773f9 (diff) | |
download | textadept-8045f96321e12bf40999a2f6893a75be0f28ce3a.tar.gz textadept-8045f96321e12bf40999a2f6893a75be0f28ce3a.zip |
Updated for 6.6 beta.
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | src/textadept.rc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/core/init.lua b/core/init.lua index 68275835..d3a57482 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.5" +_RELEASE = "Textadept 6.6 beta" package.path = _HOME..'/core/?.lua;'..package.path diff --git a/src/textadept.rc b/src/textadept.rc index bbad56d3..02bf1e05 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, 0, 0
-PRODUCTVERSION 6, 5, 0, 0
+FILEVERSION 6, 5, 9, 0
+PRODUCTVERSION 6, 5, 9, 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.5\0"
+ VALUE "FileVersion", "6.6 beta\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.5\0"
+ VALUE "ProductVersion", "6.6 beta\0"
END
END
END
|