Skip to content

Commit 3396150

Browse files
committed
set version numbers in src/CMakeLists.txt
1 parent 72c39ec commit 3396150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ endif()
99
include(ExternalProject)
1010
project(LEAN CXX C)
1111
set(LEAN_VERSION_MAJOR 4)
12-
set(LEAN_VERSION_MINOR 0)
12+
set(LEAN_VERSION_MINOR 1)
1313
set(LEAN_VERSION_PATCH 0)
14-
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
14+
set(LEAN_VERSION_IS_RELEASE 1) # This number is 1 in the release revision, and 0 otherwise.
1515
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
1616
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
1717
if (LEAN_SPECIAL_VERSION_DESC)

0 commit comments

Comments
 (0)