Skip to content

Commit 08195e8

Browse files
Setting version number constants
1 parent bb6b504 commit 08195e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ganga/GangaCore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:7
22
LABEL maintainer "Ulrik Egede <ulrik.egede@monash.edu>"
3-
ARG ganga_version=8.4.2
3+
ARG ganga_version='8.7.7'
44

55
RUN yum -y update && yum install -y wget git python3
66

ganga/GangaCore/__init__.py

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

3232
# ------------------------------------------------
3333
# store Ganga version based on new git tag for this file
34-
_gangaVersion = '8.6.0'
34+
_gangaVersion = '8.7.7'
3535
_development = False
3636

3737
# store a path to Ganga libraries

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
file_path = os.path.dirname(os.path.realpath(__file__))
99

10-
_gangaVersion = '8.4.2'
10+
_gangaVersion = '8.7.7'
1111

1212

1313
def version():

0 commit comments

Comments
 (0)