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 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=cdd6eeb35e8436ccab5b69e0d8c7923ed01b9a81;p=8sync.git 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])