Skip to content

Commit

Permalink
Merge pull request idris-lang#560 from edwinb/version
Browse files Browse the repository at this point in the history
Version increment
  • Loading branch information
edwinb authored Aug 16, 2020
2 parents 10b8698 + dc9637a commit db9f7bb
Show file tree
Hide file tree
Showing 7 changed files with 12,650 additions and 11,862 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TARGET = ${TARGETDIR}/${NAME}

MAJOR=0
MINOR=2
PATCH=0
PATCH=1


GIT_SHA1=
Expand Down
5 changes: 5 additions & 0 deletions Release/CHECKLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ ] Change version number (MAJOR, MINOR, PATCH) in Makefile
[ ] Change version numbers in doc listings
[ ] Update bootstrap chez and racket
[ ] Tag on github with version number (in the form vX.Y.Z)
[ ] Run release script
12,059 changes: 6,223 additions & 5,836 deletions bootstrap/idris2_app/idris2.rkt

Large diffs are not rendered by default.

12,440 changes: 6,418 additions & 6,022 deletions bootstrap/idris2_app/idris2.ss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-helloworld.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris hello.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.2.0
/ // __ / ___/ / ___/ __/ / Version 0.2.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-interp.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2 interp.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.2.0
/ // __ / ___/ / ___/ __/ / Version 0.2.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-start.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.2.0
/ // __ / ___/ / ___/ __/ / Version 0.2.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down

0 comments on commit db9f7bb

Please sign in to comment.