From 47d36021c3046f3549216cf04feb979175275b12 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 3 Jan 2016 16:13:39 +0100 Subject: [PATCH] version for gtk3 branch is 0.16.10 --- 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 c3bb2aa72..50938cdef 100644 --- a/src/common/defs.py +++ b/src/common/defs.py @@ -27,7 +27,7 @@ docdir = '../' basedir = '../' localedir = '../po' -version = '0.16.5' +version = '0.16.10' import subprocess try: node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,