From dd09ecf170545b30e25456b8dc66b626f185ccc4 Mon Sep 17 00:00:00 2001 From: Thom Nichols <95562+thom-nic@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:16:36 -0500 Subject: [PATCH] configure.ac: bump version to 3.2.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3362e0b..9d40814 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) AC_INIT([uboot-bootcount], - [3.1.0], + [3.2.0], [thom.nichols@voltserver.com], [], [https://github.com/VoltServer/uboot-bootcount])