diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bd98c0..b10544d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,9 +10,9 @@ PROJECT( DDMarlinPandora ) # project version# continuing from MarlinPandora version 2.0.0 revision 1934 -SET( DDMarlinPandora_VERSION_MAJOR 00 ) -SET( DDMarlinPandora_VERSION_MINOR 05 ) -SET( DDMarlinPandora_VERSION_PATCH 00 ) +SET( DDMarlinPandora_VERSION_MAJOR 0 ) +SET( DDMarlinPandora_VERSION_MINOR 6 ) +SET( DDMarlinPandora_VERSION_PATCH 0 ) ### CMAKE ###################################################################