Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
95fe4f47e0 chore: begin development cycle for v4.30.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 01:24:38 +11:00

View File

@@ -10,7 +10,7 @@ endif()
include(ExternalProject)
project(LEAN CXX C)
set(LEAN_VERSION_MAJOR 4)
set(LEAN_VERSION_MINOR 29)
set(LEAN_VERSION_MINOR 30)
set(LEAN_VERSION_PATCH 0)
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'")