lean2/src/shell
Soonho Kong 826166c257 feat(CMakeLists.txt): use bin/package_version if needed
1) When git sha1 is available:

    Lean (version 0.2.0, commit 4a119a0424, Release)

2) When git sha1 is not available, but there is bin/package_version file

    Lean (version 0.2.0, package 0.2.0~ubuntu1~12.04, Release)

3) Git sha1 is not available, bin/package_version does not exist.

    Lean (version 0.2.0, Release)

Close #229
2014-10-07 16:58:44 -07:00
..
CMakeLists.txt fix(tests): make sure tests can be executed on Windows msys2 shell 2014-09-20 15:51:24 -07:00
lean.cpp feat(CMakeLists.txt): use bin/package_version if needed 2014-10-07 16:58:44 -07:00
mk_lean_sh.sh fix(build): broken dependencies between lean executable and .olean, *_decls.cpp and *_decls.h files 2014-01-10 10:58:35 -08:00
test_standard.sh feat(build): generate tests for all code blocks in org-files, and examples at ./examples/standard 2014-07-28 12:06:11 -07:00