From c3b8d81b6df5bd6d77491ed2b5dc00e405dbf5dd Mon Sep 17 00:00:00 2001 From: Alex Jaramillo Date: Mon, 24 Feb 2020 21:29:55 +0000 Subject: [PATCH] configure.ac: bump version Increase the version to 2.3.5 to release fix for missing records in journal and preempt klogscanner service start inside containers. Signed-off-by: Alex Jaramillo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 579ea0f..cc9863a 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.4], [https://clearlinux.org/]) +AC_INIT([telemetrics-client], [2.3.5], [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])