Commit b653929c93b590679720d8579102bc4816f54e6d

Authored by Jay Berkenbilt
1 parent 854955b9

Update version to 8.3.0

autofiles.sums
1   -6ebb3f29f5483c1eab2745bb946889d4dbb34f702ddf812443c79acd6e25a16d configure.ac
  1 +17b7466a112e85278a43dee35f0aa61aa093476b8886929634db9f2b6b298f19 configure.ac
2 2 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
3 3 37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
4 4 e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4
... ...
configure
1 1 #! /bin/sh
2 2 # Guess values for system-dependent variables and create Makefiles.
3   -# Generated by GNU Autoconf 2.69 for qpdf 8.2.1.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 8.3.0.
4 4 #
5 5 #
6 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
... ... @@ -587,8 +587,8 @@ MAKEFLAGS=
587 587 # Identity of this package.
588 588 PACKAGE_NAME='qpdf'
589 589 PACKAGE_TARNAME='qpdf'
590   -PACKAGE_VERSION='8.2.1'
591   -PACKAGE_STRING='qpdf 8.2.1'
  590 +PACKAGE_VERSION='8.3.0'
  591 +PACKAGE_STRING='qpdf 8.3.0'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1335,7 +1335,7 @@ if test "$ac_init_help" = "long"; then
1335 1335 # Omit some internal or obsolete options to make the list less imposing.
1336 1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 1337 cat <<_ACEOF
1338   -\`configure' configures qpdf 8.2.1 to adapt to many kinds of systems.
  1338 +\`configure' configures qpdf 8.3.0 to adapt to many kinds of systems.
1339 1339  
1340 1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1341 1341  
... ... @@ -1401,7 +1401,7 @@ fi
1401 1401  
1402 1402 if test -n "$ac_init_help"; then
1403 1403 case $ac_init_help in
1404   - short | recursive ) echo "Configuration of qpdf 8.2.1:";;
  1404 + short | recursive ) echo "Configuration of qpdf 8.3.0:";;
1405 1405 esac
1406 1406 cat <<\_ACEOF
1407 1407  
... ... @@ -1547,7 +1547,7 @@ fi
1547 1547 test -n "$ac_init_help" && exit $ac_status
1548 1548 if $ac_init_version; then
1549 1549 cat <<\_ACEOF
1550   -qpdf configure 8.2.1
  1550 +qpdf configure 8.3.0
1551 1551 generated by GNU Autoconf 2.69
1552 1552  
1553 1553 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2087,7 +2087,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2087 2087 This file contains any messages produced by compilers while
2088 2088 running configure, to aid debugging if configure makes a mistake.
2089 2089  
2090   -It was created by qpdf $as_me 8.2.1, which was
  2090 +It was created by qpdf $as_me 8.3.0, which was
2091 2091 generated by GNU Autoconf 2.69. Invocation command line was
2092 2092  
2093 2093 $ $0 $@
... ... @@ -17433,7 +17433,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
17433 17433 # report actual input values of CONFIG_FILES etc. instead of their
17434 17434 # values after options handling.
17435 17435 ac_log="
17436   -This file was extended by qpdf $as_me 8.2.1, which was
  17436 +This file was extended by qpdf $as_me 8.3.0, which was
17437 17437 generated by GNU Autoconf 2.69. Invocation command line was
17438 17438  
17439 17439 CONFIG_FILES = $CONFIG_FILES
... ... @@ -17499,7 +17499,7 @@ _ACEOF
17499 17499 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17500 17500 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17501 17501 ac_cs_version="\\
17502   -qpdf config.status 8.2.1
  17502 +qpdf config.status 8.3.0
17503 17503 configured by $0, generated by GNU Autoconf 2.69,
17504 17504 with options \\"\$ac_cs_config\\"
17505 17505  
... ...
configure.ac
... ... @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 2 dnl This config.in requires autoconf 2.5 or greater.
3 3  
4 4 AC_PREREQ([2.68])
5   -AC_INIT([qpdf],[8.2.1])
  5 +AC_INIT([qpdf],[8.3.0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
libqpdf/QPDF.cc
... ... @@ -20,7 +20,7 @@
20 20 #include <qpdf/QPDF_Dictionary.hh>
21 21 #include <qpdf/QPDF_Stream.hh>
22 22  
23   -std::string QPDF::qpdf_version = "8.2.1";
  23 +std::string QPDF::qpdf_version = "8.3.0";
24 24  
25 25 static char const* EMPTY_PDF =
26 26 "%PDF-1.3\n"
... ...
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
8   -<!ENTITY swversion "8.2.1">
9   -<!ENTITY lastreleased "August 18, 2018">
  8 +<!ENTITY swversion "8.3.0">
  9 +<!ENTITY lastreleased "January 7, 2019">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ...