chore: (belatedly) begin development cycle for v4.14.0 (#5889)
This hasn't affected release candidates or stables, but I realised that I haven't been updating `LEAN_VERSION_MINOR` on `master` the last two months, so it still says v4.12.0. This advances it to v4.14.0.
This commit is contained in:
parent
d4b1be094d
commit
5c70e5d845
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ endif()
|
|||
include(ExternalProject)
|
||||
project(LEAN CXX C)
|
||||
set(LEAN_VERSION_MAJOR 4)
|
||||
set(LEAN_VERSION_MINOR 12)
|
||||
set(LEAN_VERSION_MINOR 14)
|
||||
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'")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue