From e66fe73f35b573f184c893fbbe66054660c4bf84 Mon Sep 17 00:00:00 2001 From: Alexander Grissik Date: Wed, 1 Mar 2023 14:22:21 +0200 Subject: [PATCH] issue: 321712 ****************** VMA 9.8.20 ****************** Signed-off-by: Alexander Grissik --- CHANGES | 6 ++++++ configure.ac | 2 +- contrib/scripts/libvma.spec.in | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 05f081840..81a2a9705 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Version 9.8.20-1: +Date + Time 2023-03-01 +============================================================= +Fixed: + - RM #3373882 Fix compilation issue for gcc 13.0.1 + Version 9.8.1-1: Date + Time 2023-01-16 ============================================================= diff --git a/configure.ac b/configure.ac index 72fa7da25..948361282 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([prj_ver_major], 9) define([prj_ver_minor], 8) -define([prj_ver_revision], 1) +define([prj_ver_revision], 20) define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}])) diff --git a/contrib/scripts/libvma.spec.in b/contrib/scripts/libvma.spec.in index 193be00c7..1eabde54c 100644 --- a/contrib/scripts/libvma.spec.in +++ b/contrib/scripts/libvma.spec.in @@ -187,7 +187,7 @@ fi %{_mandir}/man8/vma_stats.* %changelog -* Mon Jan 16 2023 NVIDIA CORPORATION 9.8.1-1 -- Bump version to 9.8.1 +* Wed Mar 1 2023 NVIDIA CORPORATION 9.8.20-1 +- Bump version to 9.8.20 - Please refer to CHANGES for full changelog.