From 2125ee1b6b158781f29fbb7aab61cac6f84ecadf Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Aug 2019 03:18:45 +0530 Subject: Bump version to 0.2.0. * configure.ac: Bump version. * NEWS: New file. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5de8c76..1f604c4 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.0]) +AC_INIT([guile-email], [0.2.0]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) -- cgit v1.2.3