Skip to content

Commit

Permalink
Setting version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadar authored and MartinNowack committed Apr 4, 2022
1 parent dfec2ce commit 93ae2e5
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 3-pre)
set(KLEE_VERSION_MINOR 3)
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 93ae2e5

Please sign in to comment.