diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 313167fc..30403757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ include(CheckLibraryExists) # Project version ############################################################################### set(KLEE_VERSION_MAJOR 2) -set(KLEE_VERSION_MINOR 1-pre) +set(KLEE_VERSION_MINOR 1) set(KLEE_VERSION "${KLEE_VERSION_MAJOR}.${KLEE_VERSION_MINOR}") # If a patch is needed, we can add KLEE_VERSION_PATCH |