From 747bb1f34c34184783aed8a38a928bec515a0b88 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 23 Feb 2024 09:56:57 +0100 Subject: [PATCH] Updating version to v00-12-01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c58bac8..d094b6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ PROJECT( DDMarlinPandora ) # project version# continuing from MarlinPandora version 2.0.0 revision 1934 SET( DDMarlinPandora_VERSION_MAJOR 0 ) SET( DDMarlinPandora_VERSION_MINOR 12 ) -SET( DDMarlinPandora_VERSION_PATCH 0 ) +SET( DDMarlinPandora_VERSION_PATCH 1 ) ### CMAKE ###################################################################