summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-12-16 16:52:31 +0100
committerAndy Wingo <wingo@pobox.com>2016-12-16 16:52:31 +0100
commit72d207df77cb3c4d9f8db9d7e7e3a44759b27247 (patch)
treecf6c36219fd9fe3e27d7d63094981ac86d8ab87b /configure.ac
parentUpdate NEWS. (diff)
downloadguile-fibers-72d207df77cb3c4d9f8db9d7e7e3a44759b27247.tar.gz
Bump version to 0.4.0v0.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81b8aaf..c0fff76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ License along with this program. If not, see
]])
AC_PREREQ(2.52)
-AC_INIT([fibers], [0.3.0])
+AC_INIT([fibers], [0.4.0])
AC_CONFIG_SRCDIR([env.in])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])