diff --git a/python/Ganga/__init__.py b/python/Ganga/__init__.py index be11e2f26b..50c20831cb 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.1.25 $' +_gangaVersion = '$Name: 6.2.0 $' # [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)