Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-07-28 15:31:50 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-07-28 15:31:50 +0400
commit919eea4f61753b4c884ffa330e349bab46792c6d (patch)
tree261a7dc30c1bbc3838bef8f7c54258954dc899ad
parentc61dcbc5b94e9b44ae85d56a1a8fe1999d81c1b0 (diff)
prepare 0.16-alpha2 releasegajim-0.16-alpha2
-rwxr-xr-xautogen.sh2
-rw-r--r--debian/changelog6
-rw-r--r--setup_win32.py2
-rw-r--r--src/common/defs.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 28c4366ce..0f5d39f10 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 47c35cd32..ca29c8f9c 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 2d1bc9560..63b926ec4 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -51,7 +51,7 @@ options = {
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 aa92c0edb..f6b5ff62a 100644
--- a/src/common/defs.py
+++ b/src/common/defs.py
@@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
-version = '0.16-alpha1'
+version = '0.16-alpha2'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,