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 Feb 25, 2016
1 parent 565594a commit b935207
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 @@ -28,7 +28,7 @@ def getLCGRootPath():

# ------------------------------------------------
# store Ganga version based on new git tag for this file
_gangaVersion = '$Name: 6.1.15 $'
_gangaVersion = '$Name: 6.1.16 $'

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

Please sign in to comment.