mirror of
https://github.com/transmission/transmission
synced 2025-02-09 16:04:56 +00:00
fix version.sh
This commit is contained in:
parent
76da1185ca
commit
525580f8af
1 changed files with 4 additions and 2 deletions
|
@ -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" | \
|
||||
|
|
Loading…
Reference in a new issue