From 071ad2c8838a010a522c2be929b69e93c217be3a Mon Sep 17 00:00:00 2001 From: avjarami Date: Mon, 25 Nov 2019 18:32:10 +0000 Subject: [PATCH] configure.ac: bump version to v2.3.1 Bump version to release fixes to BERT probe. Signed-off-by: Alex Jaramillo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d82701d..c96e6a8 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([telemetrics-client], [2.3.0], [https://clearlinux.org/]) +AC_INIT([telemetrics-client], [2.3.1], [https://clearlinux.org/]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.14 -Wall -Werror -Wno-extra-portability foreign subdir-objects]) AM_SILENT_RULES([yes])