aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-08-29 20:57:15 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-08-29 20:57:15 -0400
commite12e14d6dedd1714ff957f3d7f7672f0ada7d387 (patch)
treefe34261807789287317f6af3e9f1568d04db9256
parentb80b8e433768c6c5873187faf68af16d1123683c (diff)
downloadtextadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.tar.gz
textadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.zip
Updated for 6.0 beta 2.
-rw-r--r--core/init.lua2
-rw-r--r--src/textadept.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/core/init.lua b/core/init.lua
index d7b7df4f..fd3e1b9c 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 6.0 beta"
+_RELEASE = "Textadept 6.0 beta 2"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')
diff --git a/src/textadept.rc b/src/textadept.rc
index 82c78c46..bb7865c2 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "6.0 beta\0"
+ VALUE "FileVersion", "6.0 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2012 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "6.0 beta\0"
+ VALUE "ProductVersion", "6.0 beta 2\0"
END
END
END