Commit 82cae01a7611c9f7e91d3dbef0c2c0297efccfcf

Authored by Jay Berkenbilt
1 parent b3dfbe3c

Bump version number and soname

Bump to an alpha release. This version is not being widely released
but is being used to push the new shared library version through the
debian packaging system and to test out github releases.
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ([2.68]) 4 AC_PREREQ([2.68])
5 -AC_INIT([qpdf],[7.1.1]) 5 +AC_INIT([qpdf],[8.0.a1])
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
@@ -29,25 +29,13 @@ LT_INIT([win32-dll]) @@ -29,25 +29,13 @@ LT_INIT([win32-dll])
29 # * Otherwise, increment LT_REVISION 29 # * Otherwise, increment LT_REVISION
30 30
31 # LT = libtool 31 # LT = libtool
32 -LT_CURRENT=20  
33 -LT_AGE=2  
34 -LT_REVISION=1 32 +LT_CURRENT=21
  33 +LT_AGE=0
  34 +LT_REVISION=0
35 AC_SUBST(LT_CURRENT) 35 AC_SUBST(LT_CURRENT)
36 AC_SUBST(LT_REVISION) 36 AC_SUBST(LT_REVISION)
37 AC_SUBST(LT_AGE) 37 AC_SUBST(LT_AGE)
38 LT_SONAME=$(expr $LT_CURRENT - $LT_AGE) 38 LT_SONAME=$(expr $LT_CURRENT - $LT_AGE)
39 -# BEGIN LT_SONAME WORKAROUND  
40 -# For elf versioned symbols, get the soname version. Unfortunately,  
41 -# there was a mistake at one point where we had 19 when we should have  
42 -# had 18, so make this a special case until the next ABI change. At  
43 -# that point, just remove the code deliminated by the LT_SONAME  
44 -# WORKAROUND comments.  
45 -if test $LT_SONAME = 18; then  
46 - LT_SONAME=19  
47 -elif test $LT_SONAME -gt 18; then  
48 - AC_MSG_ERROR(Remove LT_SONAME workaround in configure.ac)  
49 -fi  
50 -# END LT_SONAME WORKAROUND  
51 AC_SUBST(LT_SONAME) 39 AC_SUBST(LT_SONAME)
52 40
53 AC_ARG_ENABLE(insecure-random, 41 AC_ARG_ENABLE(insecure-random,
libqpdf/QPDF.cc
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #include <qpdf/QPDF_Null.hh> 19 #include <qpdf/QPDF_Null.hh>
20 #include <qpdf/QPDF_Dictionary.hh> 20 #include <qpdf/QPDF_Dictionary.hh>
21 21
22 -std::string QPDF::qpdf_version = "7.1.1"; 22 +std::string QPDF::qpdf_version = "8.0.a1";
23 23
24 static char const* EMPTY_PDF = 24 static char const* EMPTY_PDF =
25 "%PDF-1.3\n" 25 "%PDF-1.3\n"
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "7.1.1">  
9 -<!ENTITY lastreleased "February 4, 2018"> 8 +<!ENTITY swversion "8.0.a1">
  9 +<!ENTITY lastreleased "February 20, 2018">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>