From 5719d2803e93252e5d4613f43afc7db0d72332f1 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 7 Dec 2020 14:20:15 +0000 Subject: Update version to 2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3427a6bc..e6347e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ include(CheckLibraryExists) # Project version ############################################################################### set(KLEE_VERSION_MAJOR 2) -set(KLEE_VERSION_MINOR 2-pre) +set(KLEE_VERSION_MINOR 2) set(KLEE_VERSION "${KLEE_VERSION_MAJOR}.${KLEE_VERSION_MINOR}") # If a patch is needed, we can add KLEE_VERSION_PATCH -- cgit 1.4.1