Skip to content

Commit

Permalink
Update version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadar authored and MartinNowack committed Dec 7, 2020
1 parent dcb1a09 commit 5719d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5719d28

Please sign in to comment.