From 1875ad75b9e1fca7a53acc36d56bc9991ece2f83 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Oct 2018 00:14:25 +0530 Subject: Set tentative version to 0.1.0. * configure.ac: Set version to 0.1.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9297ac5..f223eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU Affero General Public dnl License along with guile-email. If not, see dnl . -AC_INIT([guile-email], [0.1]) +AC_INIT([guile-email], [0.1.0]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) -- cgit v1.2.3