Skip to content

Commit e8de522

Browse files
committed
chore: prepare releases/v4.15.0 branch
1 parent 3ee2842 commit e8de522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of each version.
1111
v4.15.0
1212
----------
1313

14-
Development in progress.
14+
Release candidate, release notes will be copied from the branch `releases/v4.15.0` once completed.
1515

1616
v4.14.0
1717
----------
@@ -88,7 +88,7 @@ v4.13.0
8888
* [#4768](https://github.com/leanprover/lean4/pull/4768) fixes a parse error when `..` appears with a `.` on the next line
8989

9090
* Metaprogramming
91-
* [#3090](https://github.com/leanprover/lean4/pull/3090) handles level parameters in `Meta.evalExpr` (@eric-wieser)
91+
* [#3090](https://github.com/leanprover/lean4/pull/3090) handles level parameters in `Meta.evalExpr` (@eric-wieser)
9292
* [#5401](https://github.com/leanprover/lean4/pull/5401) instance for `Inhabited (TacticM α)` (@alexkeizer)
9393
* [#5412](https://github.com/leanprover/lean4/pull/5412) expose Kernel.check for debugging purposes
9494
* [#5556](https://github.com/leanprover/lean4/pull/5556) improves the "invalid projection" type inference error in `inferType`.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(LEAN CXX C)
1212
set(LEAN_VERSION_MAJOR 4)
1313
set(LEAN_VERSION_MINOR 15)
1414
set(LEAN_VERSION_PATCH 0)
15-
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
15+
set(LEAN_VERSION_IS_RELEASE 1) # 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'")
1717
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
1818
if (LEAN_SPECIAL_VERSION_DESC)

0 commit comments

Comments
 (0)