From 46f2e0c8cb6371060332596dfcc2eb3eb94bee77 Mon Sep 17 00:00:00 2001 From: Alex Jaramillo Date: Mon, 25 Feb 2019 21:14:14 +0000 Subject: [PATCH] Release v2.1.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54a8558..ab595e8 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.1.0], [https://clearlinux.org/]) +AC_INIT([telemetrics-client], [2.1.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])