From c58831b9cdef81beea8e28aafd708c73d0be9ace Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Sat, 20 Feb 2016 06:45:44 +0100 Subject: [PATCH] Bump version number. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7cea704..300a090 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([fsmlite], [0.1.0], [tkemmer@computer.org]) +AC_INIT([fsmlite], [0.2.0], [tkemmer@computer.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])