diff --git a/NEWS b/NEWS index 87816eefa..3e42d304f 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ NEWS file for Transmission + Leopard: Time Machine will ignore incomplete downloads + Pieces Bar (return of Advanced Bar) -0.92 (2007/xx/yy) +0.92 (2007/11/05) - All Platforms: + Fix 0.90 data corruption bugs + Fix 0.90 possible delay when quitting diff --git a/macosx/version.sh b/macosx/version.sh index 8122c1e74..8059f89ac 100755 --- a/macosx/version.sh +++ b/macosx/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="-TR091Z-" -USERAGENT_PREFIX="0.91+" +PEERID_PREFIX="-TR092Z-" +USERAGENT_PREFIX="0.92+" SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \