Skip to content

Commit 5c70e5d

Browse files
authored
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.
1 parent d4b1be0 commit 5c70e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010
include(ExternalProject)
1111
project(LEAN CXX C)
1212
set(LEAN_VERSION_MAJOR 4)
13-
set(LEAN_VERSION_MINOR 12)
13+
set(LEAN_VERSION_MINOR 14)
1414
set(LEAN_VERSION_PATCH 0)
1515
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
1616
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")

0 commit comments

Comments
 (0)