1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 21:54:09 +00:00

update trunk version to 1.04+

This commit is contained in:
Mitchell Livingston 2008-02-01 04:47:50 +00:00
parent f65b52d7ff
commit 7394a49a09
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
AC_INIT([transmission],[1.02Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR102Z-"
USERAGENT_PREFIX="1.02+"
AC_INIT([transmission],[1.04Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR104Z-"
USERAGENT_PREFIX="1.04+"
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="-TR102Z-"
USERAGENT_PREFIX="1.02+"
PEERID_PREFIX="-TR104Z-"
USERAGENT_PREFIX="1.04+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \