aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-09-30 09:59:07 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-09-30 09:59:07 -0400
commitb75b5d854df75eb0b13198cddcd7e5673ae1c56a (patch)
tree914d61daa660bf73a6ae9fa5ad02a8be25a408e5
parentdfea1ebfbf6876eaf9112e84cf883d32aab167fb (diff)
Updated for 6.0 beta 3.
-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 4473c11b..fe1a6e05 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 2"
+_RELEASE = "Textadept 6.0 beta 3"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')
diff --git a/src/textadept.rc b/src/textadept.rc
index bb7865c2..744178da 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 2\0"
+ VALUE "FileVersion", "6.0 beta 3\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 2\0"
+ VALUE "ProductVersion", "6.0 beta 3\0"
END
END
END