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

trunk is now 0.15.2.0

parent 0da05360
No related branches found
No related tags found
No related merge requests found
#!/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}"
......
......@@ -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,
......
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