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 72c39ec commit 3396150Copy full SHA for 3396150
src/CMakeLists.txt
@@ -9,9 +9,9 @@ endif()
9
include(ExternalProject)
10
project(LEAN CXX C)
11
set(LEAN_VERSION_MAJOR 4)
12
-set(LEAN_VERSION_MINOR 0)
+set(LEAN_VERSION_MINOR 1)
13
set(LEAN_VERSION_PATCH 0)
14
-set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
+set(LEAN_VERSION_IS_RELEASE 1) # This number is 1 in the release revision, and 0 otherwise.
15
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
16
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
17
if (LEAN_SPECIAL_VERSION_DESC)
0 commit comments