Commit 5e3167e8569cf520fdcc674a60d0f5dc74f0a8f6

Authored by Jay Berkenbilt
1 parent 9f670948

Set version to 3.0.a0

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],[2.3.1])
  5 +AC_INIT([qpdf],[3.0.a0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
libqpdf/QPDF.cc
... ... @@ -16,7 +16,7 @@
16 16 #include <qpdf/QPDF_Null.hh>
17 17 #include <qpdf/QPDF_Dictionary.hh>
18 18  
19   -std::string QPDF::qpdf_version = "2.3.1";
  19 +std::string QPDF::qpdf_version = "3.0.a0";
20 20  
21 21 static char const* EMPTY_PDF =
22 22 "%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 "2.3.1">
9   -<!ENTITY lastreleased "December 28, 2011">
  8 +<!ENTITY swversion "3.0.a0">
  9 +<!ENTITY lastreleased "June 25, 2012">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ...
qpdf.spec
1 1 Summary: Command-line tools and library for transforming PDF files
2 2 Name: qpdf
3   -Version: 2.3.1
  3 +Version: 3.0.a0
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...