prepare 0.15-beta1

This commit is contained in:
Yann Leboulanger 2011-09-17 19:47:10 +02:00
parent 2b859c3a66
commit 372d2ed284
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ Gajim 0.15 (XX XX 2011)
* IBB
* Nested roster group
* Roster filtrering
* UPower support
* GPG support for windows
Gajim 0.14.4 (22 July 2011)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.15-alpha1"
gajimversion="0.15-beta1"
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.15-alpha1'
version = '0.15-beta1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,