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:
parent
7be8b8d116
commit
5cf6f990da
3 changed files with 4 additions and 3 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
|
@ -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" | \
|
||||
|
|
Loading…
Reference in a new issue