Update version numbers

This commit is contained in:
Edwin Brady 2021-06-23 16:15:21 +01:00
parent af1cbbf913
commit a0cfa28621
9 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ TARGETDIR = ${CURDIR}/build/exec
TARGET = ${TARGETDIR}/${NAME}
MAJOR=0
MINOR=3
MINOR=4
PATCH=0
GIT_SHA1=

View File

@ -1,7 +1,7 @@
$ idris2 hello.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.3.0
/ // __ / ___/ / ___/ __/ / Version 0.4.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

View File

@ -1,7 +1,7 @@
$ idris2 interp.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.3.0
/ // __ / ___/ / ___/ __/ / Version 0.4.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

View File

@ -1,7 +1,7 @@
$ idris2
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.3.0
/ // __ / ___/ / ___/ __/ / Version 0.4.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

View File

@ -1,5 +1,5 @@
package base
version = 0.3.0
version = 0.4.0
opts = "--ignore-missing-ipkg -Wno-shadowing"

View File

@ -1,5 +1,5 @@
package contrib
version = 0.3.0
version = 0.4.0
opts = "--ignore-missing-ipkg -Wno-shadowing"

View File

@ -1,5 +1,5 @@
package network
version = 0.3.0
version = 0.4.0
opts = "--ignore-missing-ipkg -p contrib"

View File

@ -1,5 +1,5 @@
package prelude
version = 0.3.0
version = 0.4.0
opts = "--ignore-missing-ipkg --no-prelude"

View File

@ -1,5 +1,5 @@
package test
version = 0.3.0
version = 0.4.0
depends = contrib