mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-22 22:04:53 -04:00
updated version number to 0.6.2
This commit is contained in:
parent
5e2a253d9a
commit
c715b03dd5
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
###################### PARAMETERS ####################
|
||||
version="0.6.1"
|
||||
version="0.6.2"
|
||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||
workdir=retroshare06-${version}
|
||||
#bubba3="Y" # comment out to compile for bubba3
|
||||
|
@ -53,7 +53,7 @@ while [ ${#} -gt 0 ]; do
|
|||
done
|
||||
|
||||
if test "${dist}" = "" ; then
|
||||
dist="precise trusty vivid wily xenial wheezy squeeze jessie stretch"
|
||||
dist="precise trusty vivid xenial yakkety"
|
||||
fi
|
||||
|
||||
echo Attempting to get revision number...
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
for i in `ls retroshare06_0.6.1-1.*.changes` ; do
|
||||
for i in `ls retroshare06_0.6.2-1.*.changes` ; do
|
||||
dput ppa:retroshare/unstable $i
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue