Skip to content

Commit

Permalink
Setting release number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganga CI committed Sep 1, 2016
1 parent c8fe62e commit 40661e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Ganga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<version>\S+) \$').match(_gangaVersion)
Expand Down

0 comments on commit 40661e9

Please sign in to comment.