mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
2.3.a1
This commit is contained in:
parent
f0527d9258
commit
da39d2b1b1
@ -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.
|
dnl This config.in requires autoconf 2.5 or greater.
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(qpdf,2.2.4)
|
AC_INIT(qpdf,2.3.a1)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <qpdf/QPDF_Null.hh>
|
#include <qpdf/QPDF_Null.hh>
|
||||||
#include <qpdf/QPDF_Dictionary.hh>
|
#include <qpdf/QPDF_Dictionary.hh>
|
||||||
|
|
||||||
std::string QPDF::qpdf_version = "2.2.4";
|
std::string QPDF::qpdf_version = "2.3.a1";
|
||||||
|
|
||||||
void
|
void
|
||||||
QPDF::InputSource::setLastOffset(off_t offset)
|
QPDF::InputSource::setLastOffset(off_t offset)
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
require 5.008;
|
require 5.008;
|
||||||
BEGIN { $^W = 1; }
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
use File::Basename;
|
||||||
use Cwd;
|
use Cwd;
|
||||||
use IO::File;
|
use IO::File;
|
||||||
|
|
||||||
my $whoami = ($0 =~ m,([^/\\]*)$,) ? $1 : $0;
|
my $whoami = basename($0);
|
||||||
#my $dirname = ($0 =~ m,(.*)[/\\][^/\\]+$,) ? $1 : ".";
|
|
||||||
|
|
||||||
usage() unless @ARGV >= 1;
|
usage() unless @ARGV >= 1;
|
||||||
my $srcdir = shift(@ARGV);
|
my $srcdir = shift(@ARGV);
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
<!ENTITY swversion "2.2.4">
|
<!ENTITY swversion "2.3.a1">
|
||||||
<!ENTITY lastreleased "June 25, 2011">
|
<!ENTITY lastreleased "August 10, 2011">
|
||||||
]>
|
]>
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Command-line tools and library for transforming PDF files
|
Summary: Command-line tools and library for transforming PDF files
|
||||||
Name: qpdf
|
Name: qpdf
|
||||||
Version: 2.2.4
|
Version: 2.3.a1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user