Skip to content
Snippets Groups Projects
Commit 591b4378 authored by Nicola Mori's avatar Nicola Mori
Browse files

Release 1.2.2

parent dcc06c62
No related branches found
Tags 1.2.2
No related merge requests found
# New developments on master
# 1.2 series
## 1.2.2 bugfix release
- Don't provide unavailable aliased objects.
- Fix a link error occurring in external projects defining a persistence service.
- Fix compilation with GCC 11.
- Fix the setting of C++ dialect.
## 1.2.1 bugfix release
- Fix the Root data provider for correctly handling file chains in which an
event object is completely missing in one or more input files (issue #32).
......
......@@ -29,7 +29,7 @@ message (STATUS "CXX_STANDARD: ${CMAKE_CXX_STANDARD}")
set(CMAKE_MACOSX_RPATH OFF)
# Set project version
set(EventAnalysis_VERSION 1.2.1)
set(EventAnalysis_VERSION 1.2.2)
include(version.cmake)
if(NOT DISABLE_ROOT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment