Skip to content

Commit df54bec

Browse files
committed
chore: set LEAN_VERSION_IS_RELEASE
1 parent 1659f3b commit df54bec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This file contains work-in-progress notes for the upcoming release, as well as p
88
Please check the [releases](https://github.com/leanprover/lean4/releases) page for the current status
99
of each version.
1010

11+
v4.14.0
12+
----------
13+
14+
Release notes in progress.
15+
16+
v4.13.0
17+
----------
18+
19+
Release notes in progress.
20+
1121
v4.12.0
1222
----------
1323

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 14)
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)