diff --git a/CMakeLists.txt b/CMakeLists.txt index e522010..d1b7311 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution project(main - VERSION 1.0 + VERSION 0.1.0 DESCRIPTION "template for cmake + cpputest" LANGUAGES C CXX )