1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00

get the version number to be 0.81+ finally

This commit is contained in:
Mitchell Livingston 2007-09-01 05:51:34 +00:00
parent 7be8b8d116
commit 5cf6f990da
3 changed files with 4 additions and 3 deletions

2
NEWS
View file

@ -3,7 +3,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
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

View file

@ -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))
{

View file

@ -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" | \