diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ae1dad..d583050 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.1) project (ecbor LANGUAGES C) # Version -set (VERSION_MAJOR 0) -set (VERSION_MINOR 1) +set (VERSION_MAJOR 1) +set (VERSION_MINOR 0) set (VERSION_PATCH 0) # Options |
