chore: begin development cycle for v4.30.0 (#12526)
This PR begins the development cycle for v4.30.0 by updating `LEAN_VERSION_MINOR` to 30 in `src/CMakeLists.txt`. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a79c6c44ff
commit
ede936c20f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ endif()
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
project(LEAN CXX C)
|
project(LEAN CXX C)
|
||||||
set(LEAN_VERSION_MAJOR 4)
|
set(LEAN_VERSION_MAJOR 4)
|
||||||
set(LEAN_VERSION_MINOR 29)
|
set(LEAN_VERSION_MINOR 30)
|
||||||
set(LEAN_VERSION_PATCH 0)
|
set(LEAN_VERSION_PATCH 0)
|
||||||
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
|
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
|
||||||
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
|
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue