1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-09 16:04:56 +00:00

fix version.sh

This commit is contained in:
Mitchell Livingston 2007-09-20 16:37:11 +00:00
parent 76da1185ca
commit 525580f8af

View file

@ -2,9 +2,11 @@
#
# $Id$
# 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="-TR082Z-"
USERAGENT_PREFIX="0.82+"
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \