From 356be6738f47bc5b056ca72cc8708266b6e5bf3a Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 6 Apr 2017 09:59:36 -0700 Subject: [PATCH] Release v1.11.2 This release includes a couple of fixes for the man pages. Signed-off-by: Patrick McCarty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3090519..c00bc11 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], [1.11.1], [https://clearlinux.org/]) +AC_INIT([telemetrics-client], [1.11.2], [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])