From dae490077d0969bdeb410ff64c26cdb2d2477c15 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Thu, 30 Apr 2015 23:51:21 -0400
Subject: Updated for 8.0.
---
core/init.lua | 2 +-
doc/index.html | 2 +-
src/Info.plist | 24 ++++++++++++++++++++++--
src/textadept.rc | 8 ++++----
4 files changed, 28 insertions(+), 8 deletions(-)
diff --git a/core/init.lua b/core/init.lua
index d1a88b21..a8c0f80a 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 8.0 beta"
+_RELEASE = "Textadept 8.0"
package.path = _HOME..'/core/?.lua;'..package.path
diff --git a/doc/index.html b/doc/index.html
index bed942e2..591369bc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -55,7 +55,7 @@
-
Download (v7.9)
+
Download (v8.0)
diff --git a/src/Info.plist b/src/Info.plist
index 9d3b2562..e5d8d14f 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -633,7 +633,7 @@
nim
CFBundleTypeName
- Nimrod source
+ Nim source
CFBundleTypeRole
Editor
@@ -853,6 +853,16 @@
CFBundleTypeRole
Editor
+
+ CFBundleTypeExtensions
+
+ rs
+
+ CFBundleTypeName
+ Rust source
+ CFBundleTypeRole
+ Editor
+
CFBundleTypeExtensions
@@ -945,6 +955,16 @@
CFBundleTypeRole
Editor
+
+ CFBundleTypeExtensions
+
+ toml
+
+ CFBundleTypeName
+ TOML source
+ CFBundleTypeRole
+ Editor
+
CFBundleTypeExtensions
@@ -1082,7 +1102,7 @@
CFBundleSignature
????
CFBundleVersion
- 8.0 beta
+ 8.0
NSHighResolutionCapable
diff --git a/src/textadept.rc b/src/textadept.rc
index 1ca3d4cf..f2d0c8be 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 7, 9, 9, 0
-PRODUCTVERSION 7, 9, 9, 0
+FILEVERSION 8, 0, 0, 0
+PRODUCTVERSION 8, 0, 0, 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", "8.0 beta\0"
+ VALUE "FileVersion", "8.0\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2015 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "8.0 beta\0"
+ VALUE "ProductVersion", "8.0\0"
END
END
END
--
cgit v1.2.3