From 0795d6e58606113965310e321faec0cafaad12bb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 30 Nov 2014 23:06:45 -0500 Subject: Updated for 7.8 beta. --- src/Info.plist | 2 +- src/Makefile | 22 ++++++++++++++-------- src/textadept.rc | 8 ++++---- 3 files changed, 19 insertions(+), 13 deletions(-) (limited to 'src') 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 @@ CFBundleSignature ???? CFBundleVersion - 7.7 + 7.8 beta NSHighResolutionCapable 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 -- cgit v1.2.3