From 1e641b4611921fa769a0009bc28f0e3c9e965506 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 22 Apr 2016 14:34:13 -0500 Subject: [PATCH] build: Bump version number. * configure.ac: Change version to 0.1.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a4ff01..885dbed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([8sync], [0.1.dev], [cwebber@dustycloud.org]) +AC_INIT([8sync], [0.1.0], [cwebber@dustycloud.org]) PKG_CHECK_MODULES([GUILE], [guile-2.0]) -- 2.31.1