updated ubuntu packaging scripts to version 0.5.4. Updated version numbers in rsversion.h

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5555 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-15 12:35:47 +00:00
parent 3d799ede29
commit bc726b925c
10 changed files with 60 additions and 19 deletions

View file

@ -2,7 +2,7 @@
echo This script is going to build the debian source package for RetroShare LinksCloud plugin, from the svn.
#nosvn=true
workdir=retroshare-linkscloud-plugin-0.5.3
workdir=retroshare-linkscloud-plugin-0.5.4
if test -d "$workdir" ; then
echo Please remove the $workdir directory first.
@ -17,7 +17,7 @@ fi
svn update
###################### PARAMETERS ####################
version="0.5.3"
version="0.5.4"
######################################################
if test "$1" = "" ; then