Skip to content

Commit a62d2fd

Browse files
committed
chore: begin release branch for v4.2.0
1 parent c7a9829 commit a62d2fd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ only an expectation that breaking changes will be documented in this file.
77
This file contains work-in-progress notes for the upcoming release, as well as previous stable releases.
88
Please 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

1415
v4.1.0
1516
---------

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(LEAN CXX C)
1111
set(LEAN_VERSION_MAJOR 4)
1212
set(LEAN_VERSION_MINOR 2)
1313
set(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.
1515
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
1616
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
1717
if (LEAN_SPECIAL_VERSION_DESC)

0 commit comments

Comments
 (0)