Skip to content

Commit

Permalink
all: bumpt to ROOT-6.30/02
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Jan 22, 2024
1 parent 0a21a57 commit e16838d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
GOPROXY: "https://proxy.golang.org"
ROOT_VERSION: "6.28.04"
ROOT_VERSION: "6.30.02"
TAGS: "-tags=ci"
COVERAGE: "-coverpkg=go-hep.org/x/hep/..."
EGL_PLATFORM: "x11"
Expand Down
2 changes: 1 addition & 1 deletion ci/build-cxx-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
log.SetPrefix("")
log.SetFlags(0)

rvers := flag.String("root-version", "6.28.04", "ROOT version to build")
rvers := flag.String("root-version", "6.30.02", "ROOT version to build")
nproc := flag.Int("j", runtime.NumCPU(), "number of parallel build processes")

flag.Parse()
Expand Down
2 changes: 1 addition & 1 deletion ci/install-cxx-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
log.SetFlags(0)

var (
rvers = flag.String("root-version", "6.28.04", "ROOT version to install")
rvers = flag.String("root-version", "6.30.02", "ROOT version to install")
odir = flag.String("o", "", "install directory for ROOT")
)

Expand Down
2 changes: 1 addition & 1 deletion groot/rvers/versions_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package rvers

// ROOT version
const ROOT = 62804
const ROOT = 63002

// ROOT classes versions
const (
Expand Down

0 comments on commit e16838d

Please sign in to comment.