diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f67d54..5ec387f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(Untwine VERSION 1.0 LANGUAGES CXX) +project(Untwine VERSION 1.0.0 LANGUAGES CXX) include(FeatureSummary) include(${PROJECT_SOURCE_DIR}/cmake/compiler_options.cmake)