From ebea49c8f0c2b87bfe2b505bc7bb0c441fee3add Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Tue, 24 Sep 2024 15:56:40 -0500 Subject: [PATCH] adjust version to 3 numbers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0de5e84..c89ce80 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([mochi-quintain], [0.3], [],[],[]) +AC_INIT([mochi-quintain], [0.3.0], [],[],[]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT