From: Christopher Allan Webber Date: Sun, 8 Jan 2017 00:53:57 +0000 (-0600) Subject: build: Releasing version 0.4.0. X-Git-Tag: v0.4.0^0 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=f3f43b5f71c1e803d14500955382441e64fbe376;ds=sidebyside build: Releasing version 0.4.0. * configure.ac: Update version number to 0.4.0. --- diff --git a/configure.ac b/configure.ac index 684ac24..d81303f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([8sync], [0.3.0], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.4.0], [cwebber@dustycloud.org]) PKG_CHECK_MODULES([GUILE], [guile-2.2])