2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00
This commit is contained in:
Jay Berkenbilt 2011-08-10 16:43:12 -04:00
parent f0527d9258
commit da39d2b1b1
5 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ(2.60)
AC_INIT(qpdf,2.2.4)
AC_INIT(qpdf,2.3.a1)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -15,7 +15,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "2.2.4";
std::string QPDF::qpdf_version = "2.3.a1";
void
QPDF::InputSource::setLastOffset(off_t offset)

View File

@ -5,13 +5,13 @@
#
require 5.008;
BEGIN { $^W = 1; }
use warnings;
use strict;
use File::Basename;
use Cwd;
use IO::File;
my $whoami = ($0 =~ m,([^/\\]*)$,) ? $1 : $0;
#my $dirname = ($0 =~ m,(.*)[/\\][^/\\]+$,) ? $1 : ".";
my $whoami = basename($0);
usage() unless @ARGV >= 1;
my $srcdir = shift(@ARGV);

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.2.4">
<!ENTITY lastreleased "June 25, 2011">
<!ENTITY swversion "2.3.a1">
<!ENTITY lastreleased "August 10, 2011">
]>
<book>
<bookinfo>

View File

@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files
Name: qpdf
Version: 2.2.4
Version: 2.3.a1
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries