trunk is now 0.15.2.0

This commit is contained in:
Yann Leboulanger 2012-11-11 10:05:23 +01:00
parent 0da0536010
commit 6adec9b8e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.15.1.0"
gajimversion="0.15.2.0"
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.1.0'
version = '0.15.2.0'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,