From abd850e298e4867f3984292117fc82f1480932d9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 29 Aug 2012 16:12:30 +0200 Subject: [PATCH] update version number --- src/common/defs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/defs.py b/src/common/defs.py index 350c3c0ed..2a065881d 100644 --- a/src/common/defs.py +++ b/src/common/defs.py @@ -27,7 +27,7 @@ docdir = '../' basedir = '../' localedir = '../po' -version = '0.15.1' +version = '0.15.1.0' import subprocess try: node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,