From 07acf9175dc10c9a3ed25cf1e9060e972e171406 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 4 Jan 2021 16:26:49 -0500 Subject: Bump shared library minor version --- README-maintainer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README-maintainer') diff --git a/README-maintainer b/README-maintainer index 3cde1f5b..e48c64b6 100644 --- a/README-maintainer +++ b/README-maintainer @@ -190,6 +190,9 @@ RELEASE PREPARATION casting policy in the manual, and ensure that integer types are properly handled with QIntC or the appropriate cast. +* Increment shared library version information as needed (`LT_CURRENT` + in `configure.ac`). Remember to rerun ./autogen.sh. + * Performance test is included with binary compatibility steps. Even if releasing a new major release and not doing binary compatibility testing, do performance testing. @@ -227,9 +230,6 @@ pytest -n auto the entities at the top of the document are consistent with the release notes for both version and release date. -* Increment shared library version information as needed (`LT_*` in - `configure.ac`). Remember to rerun ./autogen.sh. - * Make sure version numbers are consistent in the following locations: * configure.ac * libqpdf/QPDF.cc -- cgit v1.2.3-54-g00ecf