prepare 0.16-rc2

This commit is contained in:
Yann Leboulanger 2014-07-02 18:13:01 +02:00
parent 55de31205e
commit eb1db030cb
3 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ Gajim 0.16 ()
* Support XEP-0224 Attention
* Support XEP-0191 Blocking command
* Better RTL languages support
* use host command to resolve SRV records if it is available
Gajim 0.15.4 (25 May 2013)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.16-alpha2"
gajimversion="0.16-rc2"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"

View File

@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16.10.0'
version = '0.16-rc2'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,