chore: update stage0
This commit is contained in:
parent
ca10fd7c4f
commit
d1577fda7a
3 changed files with 8201 additions and 6072 deletions
2
stage0/src/CMakeLists.txt
generated
2
stage0/src/CMakeLists.txt
generated
|
|
@ -10,7 +10,7 @@ endif()
|
|||
include(ExternalProject)
|
||||
project(LEAN CXX C)
|
||||
set(LEAN_VERSION_MAJOR 4)
|
||||
set(LEAN_VERSION_MINOR 24)
|
||||
set(LEAN_VERSION_MINOR 25)
|
||||
set(LEAN_VERSION_PATCH 0)
|
||||
set(LEAN_VERSION_IS_RELEASE 0) # 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'")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "util/options.h"
|
||||
|
||||
// please update stage0
|
||||
|
||||
namespace lean {
|
||||
options get_default_options() {
|
||||
options opts;
|
||||
|
|
|
|||
14269
stage0/stdlib/Lean/Meta/MethodSpecs.c
generated
14269
stage0/stdlib/Lean/Meta/MethodSpecs.c
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue