Commit bcfb0c7d9a8c7e50f96db440184b2ce00cbc144d

Authored by Jay Berkenbilt
1 parent 4ea940b0

Fix 9.0.1 version number

autofiles.sums
1   -c9713902dde738dc6ff998a906e63ee1008436c5f353382a3bc5b2e6e553eac0 configure.ac
  1 +48d64826fa6eaf06b9443f8a5bd709ce41a8fc2f7dc4370d68f37fdcbfb3c45b configure.ac
2 2 9c264dc3fac489fd0178d3fa9fd29d5b0ccd37d561e926ef449fa01d99abded7 aclocal.m4
3 3 79ee40c3867f4162a847c005a73a5e388e3882f71dd185d39d9ddf0312133086 libqpdf/qpdf/qpdf-config.h.in
4 4 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.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 9.0.0.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 9.0.1.
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='9.0.0'
591   -PACKAGE_STRING='qpdf 9.0.0'
  590 +PACKAGE_VERSION='9.0.1'
  591 +PACKAGE_STRING='qpdf 9.0.1'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1356,7 +1356,7 @@ if test "$ac_init_help" = "long"; then
1356 1356 # Omit some internal or obsolete options to make the list less imposing.
1357 1357 # This message is too long to be a string in the A/UX 3.1 sh.
1358 1358 cat <<_ACEOF
1359   -\`configure' configures qpdf 9.0.0 to adapt to many kinds of systems.
  1359 +\`configure' configures qpdf 9.0.1 to adapt to many kinds of systems.
1360 1360  
1361 1361 Usage: $0 [OPTION]... [VAR=VALUE]...
1362 1362  
... ... @@ -1422,7 +1422,7 @@ fi
1422 1422  
1423 1423 if test -n "$ac_init_help"; then
1424 1424 case $ac_init_help in
1425   - short | recursive ) echo "Configuration of qpdf 9.0.0:";;
  1425 + short | recursive ) echo "Configuration of qpdf 9.0.1:";;
1426 1426 esac
1427 1427 cat <<\_ACEOF
1428 1428  
... ... @@ -1588,7 +1588,7 @@ fi
1588 1588 test -n "$ac_init_help" && exit $ac_status
1589 1589 if $ac_init_version; then
1590 1590 cat <<\_ACEOF
1591   -qpdf configure 9.0.0
  1591 +qpdf configure 9.0.1
1592 1592 generated by GNU Autoconf 2.69
1593 1593  
1594 1594 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2311,7 +2311,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2311 2311 This file contains any messages produced by compilers while
2312 2312 running configure, to aid debugging if configure makes a mistake.
2313 2313  
2314   -It was created by qpdf $as_me 9.0.0, which was
  2314 +It was created by qpdf $as_me 9.0.1, which was
2315 2315 generated by GNU Autoconf 2.69. Invocation command line was
2316 2316  
2317 2317 $ $0 $@
... ... @@ -18159,7 +18159,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
18159 18159 # report actual input values of CONFIG_FILES etc. instead of their
18160 18160 # values after options handling.
18161 18161 ac_log="
18162   -This file was extended by qpdf $as_me 9.0.0, which was
  18162 +This file was extended by qpdf $as_me 9.0.1, which was
18163 18163 generated by GNU Autoconf 2.69. Invocation command line was
18164 18164  
18165 18165 CONFIG_FILES = $CONFIG_FILES
... ... @@ -18225,7 +18225,7 @@ _ACEOF
18225 18225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18226 18226 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18227 18227 ac_cs_version="\\
18228   -qpdf config.status 9.0.0
  18228 +qpdf config.status 9.0.1
18229 18229 configured by $0, generated by GNU Autoconf 2.69,
18230 18230 with options \\"\$ac_cs_config\\"
18231 18231  
... ...
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],[9.0.0])
  5 +AC_INIT([qpdf],[9.0.1])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...