From c73059c68c8e9b496ba2d82e8432a477030f3a89 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 27 Oct 2020 02:21:40 +0000 Subject: [PATCH] bumped version number --- README.md | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9167e063c..0e1be4a24 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ cd eic_container modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. You can use the `-v` flag to select the version you want to deploy, or omit the flag if you want to install the master build. The recommended stable - release version is `v2.2.0`. + release version is `v2.3.0`. ```bash -./deploy.py -v 2.2.0 <PREFIX> +./deploy.py -v 2.3.0 <PREFIX> ``` Available flags: @@ -116,8 +116,8 @@ Included software: - hepmc3@3.2.2 +python +rootio - podio@master - geant4@10.6.2 - - dd4hep@1.13.1 - - acts@1.00.0 + - dd4hep@1.14.1 + - acts@1.02.0 - gaudi@34.0 - dawn@3.91a - dawncut@1.54a diff --git a/VERSION b/VERSION index b1b25a5ff..276cbf9e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 +2.3.0 -- GitLab