diff --git a/NEWS b/NEWS index 696a64942..a7993627e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS file for Transmission +0.91 (2007/xx/xx) +- OS X: + + Re-add Russian localization, fix Korean localization + 0.90 (2007/10/23) - Encryption support, with option to ignore unencrypted peers - Ban peers that send too much bad data diff --git a/mk/version.sh b/mk/version.sh index 999eb5325..370689cf1 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="-TR0900-" -USERAGENT_PREFIX="0.90" +PEERID_PREFIX="-TR090Z-" +USERAGENT_PREFIX="0.90+" SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \