From a350e974843bfbb86d46a2d24317c8923a998a78 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Sat, 16 Feb 2019 10:53:10 -0600 Subject: [PATCH] Prepare for new release Signed-off-by: Tony Asleson --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09878c799..3b0b6f129 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ News for libStorageMgmt +1.7.3: Feb 15 2019 + * Bug fixes + - https://bugzilla.redhat.com/show_bug.cgi?id=1670077 + - https://bugzilla.redhat.com/show_bug.cgi?id=1667096 + - https://bugzilla.redhat.com/show_bug.cgi?id=1667992 + 1.7.2: Dec 19 2018 * Bug fixes - https://bugzilla.redhat.com/show_bug.cgi?id=1572137 diff --git a/configure.ac b/configure.ac index b034ddf63..e480fe612 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.7.2], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.7.3], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])