From ae60430332d28cc5968835b5f767e3d10ac98696 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Tue, 8 Nov 2022 09:05:10 -0600 Subject: [PATCH] new release Signed-off-by: Tony Asleson --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eece81f3..5a159337 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ News for libStorageMgmt +1.9.6: Nov 8 2022 + * Correct run directory + 1.9.5: Oct 14 2022 * Misc. bug fixes including one for failure to build on i386 * Add a udev rule entry for ALUA state changes diff --git a/configure.ac b/configure.ac index 9f1a20b2..6b6103bd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (C) 2011-2016 Red Hat, Inc. dnl See COPYING.LIB for the License of this software AC_INIT( - [libstoragemgmt], [1.9.5], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.9.6], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])