Skip to content
Snippets Groups Projects
Commit a51bf035 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

current version is 0.15.0.1

parent 9fe9d932
No related branches found
No related tags found
No related merge requests found
#!/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" >> \
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment