changeset a0b59d4aadce in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=a0b59d4aadce
description: prepare 0.16-beta1 release

diffstat:

 autogen.sh         |  2 +-
 debian/changelog   |  6 ++++++
 src/common/defs.py |  2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 61b61ad88f9f -r a0b59d4aadce autogen.sh
--- a/autogen.sh        Thu Aug 29 15:28:14 2013 +0200
+++ b/autogen.sh        Thu Aug 29 15:31:39 2013 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-  gajimversion="0.16-alpha2"
+  gajimversion="0.16-beta1"
   if [ -d ".hg" ]; then
     node=$(hg  tip --template "{node}")
     hgversion="-${node:0:12}"
diff -r 61b61ad88f9f -r a0b59d4aadce debian/changelog
--- a/debian/changelog  Thu Aug 29 15:28:14 2013 +0200
+++ b/debian/changelog  Thu Aug 29 15:31:39 2013 +0200
@@ -1,3 +1,9 @@
+gajim (0.16~beta1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Yann Leboulanger <y...@leboulanger.org>  Thu, 29 Aug 2013 15:29:13 +0200
+
 gajim (0.16~alpha2-1) unstable; urgency=low
 
   * New upstream release
diff -r 61b61ad88f9f -r a0b59d4aadce src/common/defs.py
--- a/src/common/defs.py        Thu Aug 29 15:28:14 2013 +0200
+++ b/src/common/defs.py        Thu Aug 29 15:31:39 2013 +0200
@@ -27,7 +27,7 @@
 basedir   = '../'
 localedir = '../po'
 
-version = '0.16-alpha2'
+version = '0.16-beta1'
 import subprocess
 try:
     node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to