Skip to content

Commit

Permalink
chore(*): release 3.46.0 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Aug 8, 2022
1 parent 0e3d6a3 commit 741670c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@
About
-----

- **Important**: This is Lean 3.45.0c, a fork of Lean 3 maintained and updated by the Lean community. The last official release of Lean 3.x was Lean 3.4.2, which can be found [here](https://github.com/leanprover/lean). The Lean developers are currently developing [Lean 4](https://github.com/leanprover/lean4).
- **Important**: This is Lean 3.46.0c, a fork of Lean 3 maintained and updated by the Lean community. The last official release of Lean 3.x was Lean 3.4.2, which can be found [here](https://github.com/leanprover/lean). The Lean developers are currently developing [Lean 4](https://github.com/leanprover/lean4).
- [Lean Homepage](http://leanprover.github.io)
- [Lean Prover Community Homepage](https://leanprover-community.github.io)
- [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean/index.html)
Expand Down
12 changes: 12 additions & 0 deletions doc/changes.md
@@ -1,3 +1,15 @@
3.46.0c (8 August 2022)
-----------------------

Features:
- Add docstrings for algebra classes (#747)

Bug fixes:
- Add recursion guard in tlean exporter (#752)

Changes:
- Remove redundant assumption from `is_strict_total_order` (#746)

3.45.0c (27 June 2022)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ if ((${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.1) OR (${CMAKE_MAJO
endif()
project(LEAN CXX C)
set(LEAN_VERSION_MAJOR 3)
set(LEAN_VERSION_MINOR 45)
set(LEAN_VERSION_MINOR 46)
set(LEAN_VERSION_PATCH 0)
set(LEAN_VERSION_IS_RELEASE 1) # 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 741670c

Please sign in to comment.