version will be 0.15.1

This commit is contained in:
Yann Leboulanger 2012-08-28 11:10:42 +02:00
parent aa4b15de72
commit 6cecc36509
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.15.0.1"
gajimversion="0.15.1"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"

View File

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