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.