diff --git a/CMakeLists.txt b/CMakeLists.txt index 34e222d..2b44f51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # found in the top-level directory of this distribution. cmake_minimum_required(VERSION 3.11) -project(cppast VERSION 0.0) +project(cppast VERSION 0.1.0) # options option(CPPAST_BUILD_TEST "whether or not to build the tests" OFF)