Release 0.4.

* configure (VERSION): Bump.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-25 15:51:53 +01:00
parent 41207c663e
commit f84e97fc33
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -51,7 +51,7 @@ exec ${GUILE} --no-auto-compile -L $(pwd) -e '(@@ (configure) main)' -s "$0" ${1
(define *shell* "sh")
(define PACKAGE "mes")
(define VERSION "0.3")
(define VERSION "0.4")
(define PREFIX "/usr/local")
(define GUILE_EV (effective-version))
(define CC (or (getenv "CC") "gcc"))