Set gajim version to 0.16-alpha2
This commit is contained in:
parent
b18e292a98
commit
064200f07e
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
gajimversion="0.15.4"
|
||||
gajimversion="0.16-alpha2"
|
||||
if [ -d ".hg" ]; then
|
||||
node=$(hg tip --template "{node}")
|
||||
hgversion="-${node:0:12}"
|
||||
|
|
Loading…
Reference in New Issue