From: Christopher Allan Webber Date: Mon, 19 Dec 2016 20:48:09 +0000 (-0600) Subject: build: Releasing v0.3.0. X-Git-Tag: v0.3.0^0 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=29745029f85cbc462bcfa0c75f92156ea2c6b494 build: Releasing v0.3.0. * configure.ac: Bumping version number to 0.3.0. --- diff --git a/configure.ac b/configure.ac index 633a29c..684ac24 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([8sync], [0.2.0], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.3.0], [cwebber@dustycloud.org]) PKG_CHECK_MODULES([GUILE], [guile-2.2])