trunk: get ready for .96

This commit is contained in:
Mitchell Livingston 2007-12-11 02:48:12 +00:00
parent ef256c13de
commit 2a98bf39d1
4 changed files with 8 additions and 8 deletions

4
NEWS
View File

@ -18,10 +18,10 @@ NEWS file for Transmission <http://transmission.m0k.org/>
- GTK+:
+ Statistics window
0.96 (2007/12/yy)
0.96 (2007/12/10)
- All Platforms:
+ Fix 0.95 data corruption error
+ Fix 0.95 bug that broke UPNP
+ Fix 0.95 bug that broke UPnP
- OS X:
+ Fix bug where dragging non-torrent files over the main window could result in excessive memory usage

View File

@ -281,7 +281,7 @@
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F /* natpmp */;
remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F;
remoteInfo = natpmp;
};
BE1183750CE161040002D0F3 /* PBXContainerItemProxy */ = {

View File

@ -1,6 +1,6 @@
AC_INIT([transmission],[0.95Z],[http://transmission.m0k.org/trac/newticket])
PEERID_PREFIX="-TR095Z-"
USERAGENT_PREFIX="0.95+"
AC_INIT([transmission],[0.96Z],[http://transmission.m0k.org/trac/newticket])
PEERID_PREFIX="-TR096Z-"
USERAGENT_PREFIX="0.96+"
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])

View File

@ -7,8 +7,8 @@
# "Z" for unsupported trunk builds,
# "0" for stable, supported releases
# these should be the only two lines you need to change
PEERID_PREFIX="-TR095Z-"
USERAGENT_PREFIX="0.95+"
PEERID_PREFIX="-TR096Z-"
USERAGENT_PREFIX="0.96+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \