From 919eea4f61753b4c884ffa330e349bab46792c6d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 28 Jul 2013 13:31:50 +0200 Subject: [PATCH] prepare 0.16-alpha2 release --- autogen.sh | 2 +- debian/changelog | 6 ++++++ setup_win32.py | 2 +- src/common/defs.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 28c4366ce8..0f5d39f103 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - gajimversion="0.16-alpha1" + gajimversion="0.16-alpha2" if [ -d ".hg" ]; then node=$(hg tip --template "{node}") hgversion="-${node:0:12}" diff --git a/debian/changelog b/debian/changelog index 47c35cd328..ca29c8f9c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gajim (0.16~alpha2-1) unstable; urgency=low + + * New upstream release + + -- Yann Leboulanger <yann@leboulanger.org> Sun, 28 Jul 2013 13:29:41 +0200 + gajim (0.16~alpha1-1) unstable; urgency=low * New upstream release diff --git a/setup_win32.py b/setup_win32.py index 2d1bc9560f..63b926ec40 100644 --- a/setup_win32.py +++ b/setup_win32.py @@ -51,7 +51,7 @@ setup( name='Gajim', - version='0.15.1', + version='0.16', description='A full featured Jabber client', author='Gajim Development Team', url='http://gajim.org/', diff --git a/src/common/defs.py b/src/common/defs.py index aa92c0edb7..f6b5ff62ac 100644 --- a/src/common/defs.py +++ b/src/common/defs.py @@ -27,7 +27,7 @@ basedir = '../' localedir = '../po' -version = '0.16-alpha1' +version = '0.16-alpha2' import subprocess try: node = subprocess.Popen('hg tip --template "{node|short}"', shell=True, -- GitLab