prepare 0.16-rc2
This commit is contained in:
parent
55de31205e
commit
eb1db030cb
|
@ -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)
|
||||
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue