Skip to content

Commit 855e5b7

Browse files
committed
chore(*): release 3.50.3 (#800)
1 parent 5885f19 commit 855e5b7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
About
1717
-----
1818

19-
- **Important**: This is Lean 3.50.2c, 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).
19+
- **Important**: This is Lean 3.50.3c, 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).
2020
- [Lean Homepage](http://leanprover.github.io)
2121
- [Lean Prover Community Homepage](https://leanprover-community.github.io)
2222
- [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean/index.html)

doc/changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.50.2c (26 December 2022)
2+
--------------------------
3+
4+
Fixes:
5+
- tlean expression numbering (#799)
6+
17
3.50.2c (23 December 2022)
28
--------------------------
39

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif()
55
project(LEAN CXX C)
66
set(LEAN_VERSION_MAJOR 3)
77
set(LEAN_VERSION_MINOR 50)
8-
set(LEAN_VERSION_PATCH 2)
8+
set(LEAN_VERSION_PATCH 3)
99
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}")

0 commit comments

Comments
 (0)