From 5cf6f990daa70f9ff7b1e9411ffadfcba8e7fdcc Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 1 Sep 2007 05:51:34 +0000 Subject: [PATCH] get the version number to be 0.81+ finally --- NEWS | 2 +- macosx/Controller.m | 1 + mk/version.sh | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 90ac10eab..6c1a47138 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ NEWS file for Transmission 0.90 (2007/xx/yy) - Improved compliance with BitTorrent spec - Multiscrape support added - - Only report downloaded, verified good pieces in tracker `download' field. + - Only report downloaded, verified good pieces in tracker `download' field - OS X: + Per-torrent action menu + Inspector can be resized vertically in Peers and Files tabs diff --git a/macosx/Controller.m b/macosx/Controller.m index e4a81cdc9..0ef93e4ce 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -721,6 +721,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy return; } + #warning make create folder if (!path && [fDefaults boolForKey: @"UseIncompleteDownloadFolder"] && access([[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] UTF8String], 0)) { diff --git a/mk/version.sh b/mk/version.sh index c01d2ac63..39e8bd60a 100755 --- a/mk/version.sh +++ b/mk/version.sh @@ -5,8 +5,8 @@ # convention: -TR MAJOR MINOR MAINT BETA - (each a single char) # BETA: "Z" for beta, "0" for stable # these should be the only two lines you need to change -PEERID_PREFIX="-TR080Z-" -USERAGENT_PREFIX="0.80+" +PEERID_PREFIX="-TR081Z-" +USERAGENT_PREFIX="0.81+" SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \