We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2629921 commit 48f394bCopy full SHA for 48f394b
src/CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
10
include(ExternalProject)
11
project(LEAN CXX C)
12
set(LEAN_VERSION_MAJOR 4)
13
-set(LEAN_VERSION_MINOR 21)
+set(LEAN_VERSION_MINOR 22)
14
set(LEAN_VERSION_PATCH 0)
15
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
16
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
0 commit comments