File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ of each version.
1111v4.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
1616v4.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 ` .
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ project(LEAN CXX C)
1212set (LEAN_VERSION_MAJOR 4)
1313set (LEAN_VERSION_MINOR 15)
1414set (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.
1616set (LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'" )
1717set (LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR} .${LEAN_VERSION_MINOR} .${LEAN_VERSION_PATCH} " )
1818if (LEAN_SPECIAL_VERSION_DESC)
You can’t perform that action at this time.
0 commit comments