diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d19054..3e24203 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ include(GNUInstallDirs) # These variables will be set automatically by newer CMake (at least # 3.0) if the project command is given a VERSION argument. Set them # manually for now. -set(PROJECT_VERSION_MAJOR 0) -set(PROJECT_VERSION_MINOR 1) +set(PROJECT_VERSION_MAJOR 1) +set(PROJECT_VERSION_MINOR 0) set(PROJECT_VERSION_PATCH 0) #PROJECT_VERSION_TWEAK isn't used set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")