updated version number to 0.5.5 prior to release

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6703 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-09-07 08:21:13 +00:00
parent eee6e0400c
commit 2cca7a3b02
6 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
###################### PARAMETERS ####################
version="0.5.4"
version="0.5.5"
svnpath="svn://csoler@svn.code.sf.net/p/retroshare/code/"
workdir=retroshare-$version
#use_gxs="Y" # comment out to compile without gxs
@ -101,7 +101,7 @@ cd $workdir
#for i in wheezy; do
#for i in sid ; do
#for i in precise; do
for i in natty precise lucid quantal raring; do
for i in lucid precise quantal raring; do
#for i in sid squeeze; do
echo copying changelog for $i
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog