From 230de38d3468edd8d82fd06addb82cd8239e1216 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Fri, 24 May 2019 12:42:56 -0500 Subject: [PATCH] Prepare for new release Signed-off-by: Tony Asleson --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f792b2971..4dcd15024 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ News for libStorageMgmt +1.8.1: May 24 2019 + * Bug fix + - https://bugzilla.redhat.com/show_bug.cgi?id=1585169 + 1.8.0: Apr 16 2019 * Bug fixes - Invalid vpd 0x83 value, diff --git a/configure.ac b/configure.ac index d031db836..aa257a66f 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.8.0], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.8.1], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])