File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ only an expectation that breaking changes will be documented in this file.
77This file contains work-in-progress notes for the upcoming release, as well as previous stable releases.
88Please check the [ releases] ( https://github.com/leanprover/lean4/releases ) page for the current status of each version.
99
10- v4.2.0 (development in progress)
10+ v4.2.0
1111---------
1212
13+ No breaking changes at present.
1314
1415v4.1.0
1516---------
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(LEAN CXX C)
1111set (LEAN_VERSION_MAJOR 4)
1212set (LEAN_VERSION_MINOR 2)
1313set (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.
1515set (LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'" )
1616set (LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR} .${LEAN_VERSION_MINOR} .${LEAN_VERSION_PATCH} " )
1717if (LEAN_SPECIAL_VERSION_DESC)
You can’t perform that action at this time.
0 commit comments