prepare beta2

This commit is contained in:
Yann Leboulanger 2011-09-27 17:14:40 +02:00
parent 92dd5b3a73
commit 3bce5332e0
2 changed files with 2 additions and 2 deletions

View File

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