mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
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:
parent
3d799ede29
commit
bc726b925c
10 changed files with 60 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue