Commit 78ad4ad180e27ced6820e2f8c5e269f78adb5a36

Authored by Jay Berkenbilt
1 parent 39ad799e

Bump version to 10.6.3

autofiles.sums
1   -f1a3a7bb38e1b94bf35670f2d91bc6e605b2313c099cff94ae36d6d141b1c01d configure.ac
  1 +74a0030f31be13c151ca4afed3fda6bf33c5ddb17bc891a146deca119bd3e7f0 configure.ac
2 2 a45b129101efb46d7ac59ca2cf12d137a5742c2593ea11ebb32401aefd915b96 aclocal.m4
3 3 c12d837479fa9a3fa4c278b6dc7d6b449503d663e0f0d294305595a51ff43f70 libqpdf/qpdf/qpdf-config.h.in
4 4 5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.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 10.6.2.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 10.6.3.
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='10.6.2'
591   -PACKAGE_STRING='qpdf 10.6.2'
  590 +PACKAGE_VERSION='10.6.3'
  591 +PACKAGE_STRING='qpdf 10.6.3'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1373,7 +1373,7 @@ if test "$ac_init_help" = "long"; then
1373 1373 # Omit some internal or obsolete options to make the list less imposing.
1374 1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 1375 cat <<_ACEOF
1376   -\`configure' configures qpdf 10.6.2 to adapt to many kinds of systems.
  1376 +\`configure' configures qpdf 10.6.3 to adapt to many kinds of systems.
1377 1377  
1378 1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1379 1379  
... ... @@ -1439,7 +1439,7 @@ fi
1439 1439  
1440 1440 if test -n "$ac_init_help"; then
1441 1441 case $ac_init_help in
1442   - short | recursive ) echo "Configuration of qpdf 10.6.2:";;
  1442 + short | recursive ) echo "Configuration of qpdf 10.6.3:";;
1443 1443 esac
1444 1444 cat <<\_ACEOF
1445 1445  
... ... @@ -1626,7 +1626,7 @@ fi
1626 1626 test -n "$ac_init_help" && exit $ac_status
1627 1627 if $ac_init_version; then
1628 1628 cat <<\_ACEOF
1629   -qpdf configure 10.6.2
  1629 +qpdf configure 10.6.3
1630 1630 generated by GNU Autoconf 2.69
1631 1631  
1632 1632 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2295,7 +2295,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2295 2295 This file contains any messages produced by compilers while
2296 2296 running configure, to aid debugging if configure makes a mistake.
2297 2297  
2298   -It was created by qpdf $as_me 10.6.2, which was
  2298 +It was created by qpdf $as_me 10.6.3, which was
2299 2299 generated by GNU Autoconf 2.69. Invocation command line was
2300 2300  
2301 2301 $ $0 $@
... ... @@ -16338,7 +16338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
16338 16338 # LT = libtool
16339 16339 LT_CURRENT=34
16340 16340 LT_AGE=6
16341   -LT_REVISION=2
  16341 +LT_REVISION=3
16342 16342  
16343 16343  
16344 16344  
... ... @@ -19261,7 +19261,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
19261 19261 # report actual input values of CONFIG_FILES etc. instead of their
19262 19262 # values after options handling.
19263 19263 ac_log="
19264   -This file was extended by qpdf $as_me 10.6.2, which was
  19264 +This file was extended by qpdf $as_me 10.6.3, which was
19265 19265 generated by GNU Autoconf 2.69. Invocation command line was
19266 19266  
19267 19267 CONFIG_FILES = $CONFIG_FILES
... ... @@ -19327,7 +19327,7 @@ _ACEOF
19327 19327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19328 19328 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19329 19329 ac_cs_version="\\
19330   -qpdf config.status 10.6.2
  19330 +qpdf config.status 10.6.3
19331 19331 configured by $0, generated by GNU Autoconf 2.69,
19332 19332 with options \\"\$ac_cs_config\\"
19333 19333  
... ...
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],[10.6.2])
  5 +AC_INIT([qpdf],[10.6.3])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ... @@ -64,7 +64,7 @@ LT_INIT([win32-dll])
64 64 # LT = libtool
65 65 LT_CURRENT=34
66 66 LT_AGE=6
67   -LT_REVISION=2
  67 +LT_REVISION=3
68 68 AC_SUBST(LT_CURRENT)
69 69 AC_SUBST(LT_REVISION)
70 70 AC_SUBST(LT_AGE)
... ...
include/qpdf/DLL.h
... ... @@ -26,8 +26,8 @@
26 26 /* The first version of qpdf to include the version constants is 10.6.0. */
27 27 #define QPDF_MAJOR_VERSION 10
28 28 #define QPDF_MINOR_VERSION 6
29   -#define QPDF_PATCH_VERSION 2
30   -#define QPDF_VERSION "10.6.2"
  29 +#define QPDF_PATCH_VERSION 3
  30 +#define QPDF_VERSION "10.6.3"
31 31  
32 32 #if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT)
33 33 # define QPDF_DLL __declspec(dllexport)
... ...
manual/conf.py
... ... @@ -16,7 +16,7 @@ project = &#39;QPDF&#39;
16 16 copyright = '2005-2022, Jay Berkenbilt'
17 17 author = 'Jay Berkenbilt'
18 18 # make_dist and the CI build lexically find the release version from this file.
19   -release = '10.6.2'
  19 +release = '10.6.3'
20 20 version = release
21 21 extensions = [
22 22 'sphinx_rtd_theme',
... ...