From 24c47bd5d596e6f82271c5504ab7a60714e26eae Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 30 Jul 2024 11:39:05 +0200 Subject: [PATCH] Updating version to v02-22-01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8887ceffe..a18be87d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(GNUInstallDirs) # project version SET( LCIO_VERSION_MAJOR 2 ) SET( LCIO_VERSION_MINOR 22 ) -SET( LCIO_VERSION_PATCH 0 ) +SET( LCIO_VERSION_PATCH 1 ) ### set correct LCIO version in relevant files ############################