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 11eabdb commit 466b0f8Copy full SHA for 466b0f8
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 25)
+set(LEAN_VERSION_MINOR 26)
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