Skip to content

Commit

Permalink
chore: begin development cycle for v4.12.0 (leanprover#4986)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored and Parcly-Taxel committed Aug 12, 2024
1 parent 79f088f commit 0e527b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 68 deletions.
6 changes: 5 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ This file contains work-in-progress notes for the upcoming release, as well as p
Please check the [releases](https://github.com/leanprover/lean4/releases) page for the current status
of each version.

v4.11.0
v4.12.0
----------
Development in progress.

v4.11.0
----------
Release candidate, release notes will be copied from the branch `releases/v4.11.0` once completed.

v4.10.0
----------

Expand Down
4 changes: 3 additions & 1 deletion doc/dev/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ We'll use `v4.7.0-rc1` as the intended release version in this example.
finalized release notes from the `releases/v4.6.0` branch.
- Replaces the "development in progress" in the `v4.7.0` section of `RELEASES.md` with
```
Release candidate, release notes will be copied from `branch releases/v4.7.0` once completed.
Release candidate, release notes will be copied from the branch `releases/v4.7.0` once completed.
```
and inserts the following section before that section:
```
Expand All @@ -201,6 +201,8 @@ We'll use `v4.7.0-rc1` as the intended release version in this example.
Development in progress.
```
- Removes all the entries from the `./releases_drafts/` folder.
- Titled "chore: begin development cycle for v4.8.0"
## Time estimates:
Slightly longer than the corresponding steps for a stable release.
Expand Down
65 changes: 0 additions & 65 deletions releases_drafts/mutualStructural.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()
include(ExternalProject)
project(LEAN CXX C)
set(LEAN_VERSION_MAJOR 4)
set(LEAN_VERSION_MINOR 11)
set(LEAN_VERSION_MINOR 12)
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'")
Expand Down

0 comments on commit 0e527b4

Please sign in to comment.