aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Info.plist12
-rw-r--r--src/textadept.rc4
2 files changed, 13 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist
index 428e94df..9d3f1710 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -351,6 +351,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>go</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Go source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>groovy</string>
<string>gvy</string>
</array>
@@ -967,7 +977,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.0 alpha 2</string>
+ <string>7.0 beta</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 10c5d901..4e4caf20 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.0 alpha 2\0"
+ VALUE "FileVersion", "7.0 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", "7.0 alpha 2\0"
+ VALUE "ProductVersion", "7.0 beta\0"
END
END
END