aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-04-01 09:44:15 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-04-01 09:44:15 -0400
commit5abdec9ea9f026755c711e327c25c4bcbd69c96f (patch)
treeb2d80d822a993ae7ea1477533013db405f4448b1
parentf00cac5dd0e7fd63e430e5e75fe476afd7f199fc (diff)
downloadtextadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.tar.gz
textadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.zip
Updated for 7.2 beta 2.
-rw-r--r--core/init.lua2
-rw-r--r--src/Info.plist2
-rw-r--r--src/textadept.rc4
3 files changed, 4 insertions, 4 deletions
diff --git a/core/init.lua b/core/init.lua
index 5f84ad0d..3ac9d131 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 7.2 beta 2"
+_RELEASE = "Textadept 7.2 beta 3"
package.path = _HOME..'/core/?.lua;'..package.path
diff --git a/src/Info.plist b/src/Info.plist
index 0728058a..1d531413 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1021,7 +1021,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.2 beta 2</string>
+ <string>7.2 beta 3</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 1d1e7e97..c87459ef 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", "7.2 beta 2\0"
+ VALUE "FileVersion", "7.2 beta 3\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2014 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.2 beta 2\0"
+ VALUE "ProductVersion", "7.2 beta 3\0"
END
END
END