Skip to content

Commit c925f0c

Browse files
committed
Prepare Bayeux-3.1.0 release
1 parent 518ab62 commit c925f0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if (BAYEUX_WITH_QT_GUI)
112112
# Minimal system Qt5 version from Ubuntu 14.04: 5.2.1
113113
# version for Ubuntu 16.04: 5.5.1
114114
# version for Linuxbrew 5.8.0 (June 2017)
115-
set(BAYEUX_QT5_MIN_VERSION "5.8.0")
115+
set(BAYEUX_QT5_MIN_VERSION "5.2.1")
116116
set(Bayeux_WITH_QT_GUI 1)
117117
endif()
118118

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,15 @@ clicking on the Downloads tab, and then installing Command Line Tools.
276276
Core Libraries Required
277277
.......................
278278

279-
* Boost 1.60.0 or higher: http://www.boost.org
279+
* Boost 1.63.0 or higher: http://www.boost.org
280280
with filesystem, system, serialization, iostreams, program_options, regex
281281
and thread libraries.
282282
* Camp 0.8.0 : https://github.com/tegesoft/camp
283-
* GSL 1.15 or higher: http://www.gnu.org/s/gsl
283+
* GSL 2.4 or higher: http://www.gnu.org/s/gsl
284284
* CLHEP 2.1.3.1 or higher: http://proj-clhep.web.cern.ch
285285
* Geant4 9.6.0 or higher: http://geant4.cern.ch
286286
with GDML support enabled (through the XercesC library)
287-
* ROOT 5.34.0 or higher (6.X): http://root.cern.ch
287+
* ROOT 6.08: http://root.cern.ch
288288
Bayeux/geomtools requires you setup ROOT at least with support for:
289289

290290
* minimal X11,

0 commit comments

Comments
 (0)