From 21bef2809489a2215d3b28a6acd124c0914beed3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 6 May 2008 15:32:07 +0000 Subject: 2.0.1 git-svn-id: svn+q:///qpdf/trunk@624 71b93d88-0707-0410-a8cf-f5a4172ac649 --- configure.ac | 2 +- libqpdf/build.mk | 2 +- manual/qpdf-manual.xml | 37 +++++++++++++++++++++++++++++++++++-- qpdf.spec | 2 +- qpdf/qpdf.cc | 2 +- 5 files changed, 39 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 2ce6e5ce..efdcfd1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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.0) +AC_INIT(qpdf,2.0.1) dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/build.mk b/libqpdf/build.mk index 9733cb9f..befbaf2c 100644 --- a/libqpdf/build.mk +++ b/libqpdf/build.mk @@ -69,5 +69,5 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.lo: libqpdf/%.cc # * Otherwise, increment REVISION libqpdf/$(OUTPUT_DIR)/libqpdf.la: $(OBJS_libqpdf) - $(call makelib,$(OBJS_libqpdf),$@,1,0,0) + $(call makelib,$(OBJS_libqpdf),$@,1,1,0) diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 9257f26f..d9b3b2ee 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -1961,4 +1961,37 @@ print "\n"; + + Release Notes + + + 2.0.1: May 6, 2008 + + + + + No changes in functionality or interface. This release + includes fixes to the source code so that qpdf compiles + properly and passes its test suite on a broader range of + platforms. See ChangeLog in the source + distribution for details. + + + + + + + 2.0: April 29, 2008 + + + + + First public release. + + + + + + + diff --git a/qpdf.spec b/qpdf.spec index 93fa50ac..6b826029 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,6 +1,6 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index caaef417..bfd27d55 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -447,7 +447,7 @@ int main(int argc, char* argv[]) // 1 2 3 4 5 6 7 8 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 std::cout - << whoami << " version 2.0" << std::endl + << whoami << " version 2.0.1" << std::endl << "Copyright (c) 2005-2008 Jay Berkenbilt" << std::endl << "This software may be distributed under the terms of version 2 of the" -- cgit v1.2.3-54-g00ecf