changeset c10af231f45f in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=c10af231f45f
description: current version is 0.15.0.1
diffstat:
autogen.sh | 7 +------
src/common/defs.py | 2 +-
2 files changed, 2 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 0f13f6f2b647 -r c10af231f45f autogen.sh
--- a/autogen.sh Sat Jun 16 18:46:21 2012 -0400
+++ b/autogen.sh Sun Jun 17 22:11:17 2012 +0200
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
- gajimversion="0.15"
+ gajimversion="0.15.0.1"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"
@@ -10,11 +10,6 @@
AM_ARGS="--add-missing --gnu --copy -Wno-portability"
CONF_ARGS=""
- if test x`uname -s 2>/dev/null` = 'xDarwin' -a -f
/Library/Frameworks/GTK+.framework/Versions/Current/env; then
- . /Library/Frameworks/GTK+.framework/Versions/Current/env
- AM_ARGS="${AM_ARGS} --ignore-deps"
- CONF_ARGS="${CONF_ARGS} --disable-idle --without-x"
- fi
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
diff -r 0f13f6f2b647 -r c10af231f45f src/common/defs.py
--- a/src/common/defs.py Sat Jun 16 18:46:21 2012 -0400
+++ b/src/common/defs.py Sun Jun 17 22:11:17 2012 +0200
@@ -27,7 +27,7 @@
basedir = '../'
localedir = '../po'
-version = '0.15'
+version = '0.15.0.1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits