From f92ced3c5659bac68cdd16d06714b4aed0016e06 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 10 Dec 2020 21:20:01 -0600 Subject: [PATCH] modified: CMakeLists.txt new file: VERSION --- CMakeLists.txt | 5 +++-- VERSION | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 VERSION diff --git a/CMakeLists.txt b/CMakeLists.txt index 68d26c9b..72737924 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) -project(NPDet VERSION 0.3.0 +cmake_minimum_required(VERSION 3.8 FATAL_ERROR) +project(NPDet + VERSION 0.3.2 LANGUAGES CXX) option(BUILD_DATA_MODEL "build the dd4pod datamodel" ON) diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..d15723fb --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.3.2 -- GitLab