From a16d703f4d6df5d83cab2099e6216b50aa8fdf3a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 25 Feb 2018 09:00:30 -0500 Subject: Update version to 8.0.rc1 This is for testing the release process, particularly as it pertains to AppImage creation. --- configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index b3204381..67766c80 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This config.in requires autoconf 2.5 or greater. AC_PREREQ([2.68]) -AC_INIT([qpdf],[8.0.a1]) +AC_INIT([qpdf],[8.0.rc1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index c6fddd39..da9cb3d1 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "8.0.a1"; +std::string QPDF::qpdf_version = "8.0.rc1"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 2939fe42..a937d2de 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -3050,7 +3050,7 @@ print "\n"; - 8.0.0: February XXX, 2018 + 8.0.0: February 25, 2018 -- cgit v1.2.3-54-g00ecf