From 1afd9353c9f95f39c0d7db47077d24d68251a170 Mon Sep 17 00:00:00 2001 From: Ganga CI Date: Tue, 14 Mar 2017 11:25:23 +0100 Subject: [PATCH] Setting release number --- python/Ganga/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Ganga/__init__.py b/python/Ganga/__init__.py index cf08e7f783..ced5b6b92c 100755 --- a/python/Ganga/__init__.py +++ b/python/Ganga/__init__.py @@ -25,7 +25,7 @@ def getLCGRootPath(): # ------------------------------------------------ # store Ganga version based on new git tag for this file -_gangaVersion = '$Name: 6.5.0 $' +_gangaVersion = '$Name: 6.5.1 $' # [N] in the pattern is important because it prevents CVS from expanding the pattern itself! r = re.compile(r'\$[N]ame: (?P\S+) \$').match(_gangaVersion)