Skip to content

Commit 4d2a1a5

Browse files
author
Ganga CI
committed
Setting release number
1 parent 9e4ce50 commit 4d2a1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/Ganga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def getLCGRootPath():
2525

2626
# ------------------------------------------------
2727
# store Ganga version based on new git tag for this file
28-
_gangaVersion = '$Name: 6.5.1 $'
28+
_gangaVersion = '$Name: 6.5.2 $'
2929

3030
# [N] in the pattern is important because it prevents CVS from expanding the pattern itself!
3131
r = re.compile(r'\$[N]ame: (?P<version>\S+) \$').match(_gangaVersion)

0 commit comments

Comments
 (0)