Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit cbd2b66

Browse files
committed
chore(*): release version 3.4.2
1 parent f3f98ea commit cbd2b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ About
1919
- [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean/index.html)
2020
- [Change Log](doc/changes.md)
2121
- [FAQ](doc/faq.md)
22-
- **Important**: Lean 3.4.1 is the latest release. It is also the last release for the Lean 3.x code base. Only major bugs (e.g., soundness) will be fixed for this code base from now on.
22+
- **Important**: Lean 3.4.2 is the latest release. It is also the last release for the Lean 3.x code base. Only major bugs (e.g., soundness) will be fixed for this code base from now on.
2323
We are currently developing Lean 4 in a new (private) repository.
2424
The Lean 4 source code will be released here when ready. The main goals for Lean 4 are described [here](doc/lean4.md).
2525
- For HoTT mode, please use [Lean2](https://github.com/leanprover/lean2).

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(LEAN CXX C)
66
set(LEAN_VERSION_MAJOR 3)
77
set(LEAN_VERSION_MINOR 4)
88
set(LEAN_VERSION_PATCH 2)
9-
set(LEAN_VERSION_IS_RELEASE 0) # This number is 1 in the release revision, and 0 otherwise.
9+
set(LEAN_VERSION_IS_RELEASE 1) # This number is 1 in the release revision, and 0 otherwise.
1010
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
1111
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
1212
if (LEAN_SPECIAL_VERSION_DESC)

0 commit comments

Comments
 (0)