current version is 0.15.0.1

This commit is contained in:
Yann Leboulanger 2012-06-17 22:11:17 +02:00
parent 9fe9d93234
commit a51bf035cd
2 changed files with 2 additions and 7 deletions

View File

@ -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" >> \

View File

@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.15'
version = '0.15.0.1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,