From 86a35655a6f2725a5add1290240b1faf9228a57d Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Mon, 2 Aug 2021 21:43:21 +0200 Subject: [PATCH] Prepare v0.7.5. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 33a04ce..25120c3 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.7.4], [tkemmer@computer.org]) +AC_INIT([fsmlite], [0.7.5], [tkemmer@computer.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG([C++])