-> 3.18.0.RC1

This commit is contained in:
Mark Wielaard 2021-10-12 23:57:00 +02:00
parent 5675b90cc0
commit 20abe9e148
3 changed files with 5 additions and 4 deletions

3
NEWS
View File

@ -1,4 +1,4 @@
Release 3.??.? (?? 2021)
Release 3.18.0 (15 Oct 2021)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
@ -94,6 +94,7 @@ To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
where XXXXXX is the bug number as listed below.
(3.18.0.RC1: 12 Oct 2021)
Release 3.17.0 (19 Mar 2021)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
AC_INIT([Valgrind],[3.18.0.GIT],[valgrind-users@lists.sourceforge.net])
AC_INIT([Valgrind],[3.18.0.RC1],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])

View File

@ -6,8 +6,8 @@
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
<!ENTITY rel-version "3.17.0">
<!ENTITY rel-date "19 Mar 2021">
<!ENTITY rel-version "3.18.0">
<!ENTITY rel-date "15 Oct 2021">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">