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 Dec 20, 2016
1 parent 4e3879d commit f565a07
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.3.0 $'
_gangaVersion = '$Name: 6.3.1 $'

# [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 f565a07

Please sign in to comment.