aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-11-30 23:06:45 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-11-30 23:06:45 -0500
commit0795d6e58606113965310e321faec0cafaad12bb (patch)
tree6c5c1d18588254476acfa6cf0f82aed3debe5414
parent0df466c56b707bea4ac1a9821553488ec271d4f4 (diff)
Updated for 7.8 beta.
-rw-r--r--core/init.lua2
-rw-r--r--src/Info.plist2
-rw-r--r--src/Makefile22
-rw-r--r--src/textadept.rc8
4 files changed, 20 insertions, 14 deletions
diff --git a/core/init.lua b/core/init.lua
index 5b64e86b..bb24fcf5 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.7"
+_RELEASE = "Textadept 7.8 beta"
package.path = _HOME..'/core/?.lua;'..package.path
diff --git a/src/Info.plist b/src/Info.plist
index ab3c5560..a083c879 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1041,7 +1041,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.7</string>
+ <string>7.8 beta</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/Makefile b/src/Makefile
index 1a02698e..956d31e4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -364,10 +364,16 @@ win32-deps: $(base_deps) win32gtk win32curses
osx-deps: $(base_deps) gtkosx termkey
ifndef NIGHTLY
- scinterm_url = http://foicica.com/scinterm/download/$@
- scintillua_url = http://foicica.com/scintillua/download/$@
- gtdialog_url = http://foicica.com/gtdialog/download/$@
- lspawn_url = http://foicica.com/lspawn/download/$@
+ # Release URLs.
+# scinterm_url = http://foicica.com/scinterm/download/$@
+# scintillua_url = http://foicica.com/scintillua/download/$@
+# gtdialog_url = http://foicica.com/gtdialog/download/$@
+# lspawn_url = http://foicica.com/lspawn/download/$@
+ # Alpha and Beta URLs.
+ scinterm_url = http://foicica.com/hg/scinterm/archive/$@
+ scintillua_url = http://foicica.com/hg/scintillua/archive/$@
+ gtdialog_url = http://foicica.com/hg/gtdialog/archive/$@
+ lspawn_url = http://foicica.com/hg/lspawn/archive/$@
else
scinterm_url = http://foicica.com/hg/scinterm/archive/tip.zip
scintillua_url = http://foicica.com/hg/scintillua/archive/tip.zip
@@ -376,15 +382,15 @@ else
endif
scintilla_tgz = scintilla351.tgz
-scinterm_zip = scinterm_1.4.zip
-scintillua_zip = scintillua_3.5.1-1.zip
+scinterm_zip = 4f22b02fb536.zip
+scintillua_zip = 7ad2658b4ae3.zip
lua_tgz = lua-5.2.3.tar.gz
lpeg_tgz = lpeg-0.12.tar.gz
lfs_zip = v1_6_2.zip
-lspawn_zip = lspawn_1.0.zip
+lspawn_zip = d80b5b7af544.zip
luajit_tgz = LuaJIT-2.0.3.tar.gz
libluajit_tgz = libluajit_2.0.3.x86_64.tgz
-gtdialog_zip = gtdialog_1.1.zip
+gtdialog_zip = 129dc12932b7.zip
cdk_tgz = cdk.tar.gz
termkey_tgz = libtermkey-0.17.tar.gz
win32gtk_zip = gtk+-bundle_2.24.10-20120208_win32.zip
diff --git a/src/textadept.rc b/src/textadept.rc
index 52ec267a..24fe481e 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, 7, 0, 0
-PRODUCTVERSION 7, 7, 0, 0
+FILEVERSION 7, 7, 9, 0
+PRODUCTVERSION 7, 7, 9, 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", "7.7\0"
+ VALUE "FileVersion", "7.8 beta\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.7\0"
+ VALUE "ProductVersion", "7.8 beta\0"
END
END
END