Skip to content
Snippets Groups Projects
Commit 372d2ed2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare 0.15-beta1

parent 2b859c3a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
#!/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}"
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment