Set gajim version to 0.16-alpha2

This commit is contained in:
Denis Fomin 2013-08-28 11:55:21 +04:00
parent b18e292a98
commit 064200f07e
1 changed files with 1 additions and 1 deletions

View File

@ -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}"