From 11a16bb83c308f86b68ff127e4819984b163c1a3 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Thu, 18 Jul 2024 15:28:02 -0700 Subject: [PATCH] Updated configure version string for v0.13.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d559f3d61..456a798f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([clboss], [0.13.1], [ken@bonsai.com]) +AC_INIT([clboss], [0.13.2], [ken@bonsai.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])