From aa030621d7283c7d15d2ae85110436c8295b62e3 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Mon, 15 Jul 2024 14:15:21 -0500 Subject: [PATCH] Prep. for 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 ec98d5e3..aca22c51 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ News for libStorageMgmt +1.10.1: Jul 15 2024 + * Fix 32bit issues + * Fix cppcheck issues 1.10.0: May 7 2024 * Fix hashlib.md5 usage diff --git a/configure.ac b/configure.ac index ac9c7ede..767b2c7f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Copyright (C) 2011-2023 Red Hat, Inc. dnl See COPYING.LIB for the License of this software -AC_INIT([libstoragemgmt],[1.10.0],[libstoragemgmt-devel@lists.fedorahosted.org],[],[https://github.com/libstorage/libstoragemgmt/]) +AC_INIT([libstoragemgmt],[1.10.1],[libstoragemgmt-devel@lists.fedorahosted.org],[],[https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])