mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Update version numbers and bootstrap code
This commit is contained in:
parent
3621c5d1bd
commit
b35268b774
@ -69,7 +69,7 @@ If all is well, to install, type:
|
||||
|
||||
### 3: Installing with an existing Idris 2
|
||||
|
||||
If you have an earlier version of Idris 2 installed
|
||||
If you have an earlier version of Idris 2 (minimum version 0.2.2) installed:
|
||||
|
||||
- `make all`
|
||||
- `make install`
|
||||
|
4
Makefile
4
Makefile
@ -9,8 +9,8 @@ TARGETDIR = build/exec
|
||||
TARGET = ${TARGETDIR}/${NAME}
|
||||
|
||||
MAJOR=0
|
||||
MINOR=2
|
||||
PATCH=1
|
||||
MINOR=3
|
||||
PATCH=0
|
||||
|
||||
|
||||
GIT_SHA1=
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
$ idris hello.idr
|
||||
____ __ _ ___
|
||||
/ _/___/ /____(_)____ |__ \
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.2.1
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.3.0
|
||||
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
||||
/___/\__,_/_/ /_/____/ /____/ Type :? for help
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ idris2 interp.idr
|
||||
____ __ _ ___
|
||||
/ _/___/ /____(_)____ |__ \
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.2.1
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.3.0
|
||||
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
||||
/___/\__,_/_/ /_/____/ /____/ Type :? for help
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ idris2
|
||||
____ __ _ ___
|
||||
/ _/___/ /____(_)____ |__ \
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.2.1
|
||||
/ // __ / ___/ / ___/ __/ / Version 0.3.0
|
||||
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
||||
/___/\__,_/_/ /_/____/ /____/ Type :? for help
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user