From 50ffb5ceda089466a2fa93e1af63047346c3eba2 Mon Sep 17 00:00:00 2001 From: DanielLWestermo <167204404+DanielLWestermo@users.noreply.github.com> Date: Mon, 6 May 2024 09:27:29 +0200 Subject: [PATCH] Bump version to 1.31-wmo12 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93fd7b1..5622a43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([libteam], [1.31-wmo11], [daniel.lindqvist@westermo.com]) +AC_INIT([libteam], [1.31-wmo12], [daniel.lindqvist@westermo.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])