mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added svn version number in build script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d2e64551c2
commit
148f8e067c
@ -1,11 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
###################### PARAMETERS ####################
|
||||
version="0.4.11b"
|
||||
version="0.4.11d"
|
||||
arch=`dpkg --print-architecture`
|
||||
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
||||
######################################################
|
||||
|
||||
echo attempting to get svn revision number...
|
||||
svn=`svn info | grep 'Revision:' | cut -d\ -f2`
|
||||
echo done.
|
||||
version="$version"."$svn"
|
||||
echo
|
||||
echo Building retroshare debian package version $version for Ubuntu $arch.
|
||||
echo Please check that:
|
||||
|
Loading…
Reference in New Issue
Block a user