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 Aug 3, 2017
1 parent 03eb2f4 commit 17aa563
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.6.3 $'
_gangaVersion = '$Name: 6.6.4 $'

# [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 17aa563

Please sign in to comment.