diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 09b50a0..8ceab4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) # Version -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") set (project_VERSION "${project_VERSION_MAJOR}") @@ -0,0 +1,4 @@ +1.0.0 (2020-09-05) + + * Initial release + |