Commit 59c254e8823ef9043571ea5dd8d632ddd5f17ff4
1 parent
5a42cc95
update version to 2.0.4
git-svn-id: svn+q:///qpdf/trunk@653 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
5 changed files
with
9 additions
and
5 deletions
ChangeLog
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.60) | 4 | AC_PREREQ(2.60) |
| 5 | -AC_INIT(qpdf,2.0.3) | 5 | +AC_INIT(qpdf,2.0.4) |
| 6 | 6 | ||
| 7 | dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. | 7 | dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. |
| 8 | AC_CONFIG_FILES([autoconf.mk]) | 8 | AC_CONFIG_FILES([autoconf.mk]) |
manual/qpdf-manual.xml
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | <!ENTITY mdash "—"> | 5 | <!ENTITY mdash "—"> |
| 6 | <!ENTITY ndash "–"> | 6 | <!ENTITY ndash "–"> |
| 7 | <!ENTITY nbsp " "> | 7 | <!ENTITY nbsp " "> |
| 8 | -<!ENTITY swversion "2.0.3"> | ||
| 9 | -<!ENTITY lastreleased "February 15, 2009"> | 8 | +<!ENTITY swversion "2.0.4"> |
| 9 | +<!ENTITY lastreleased "February 21, 2009"> | ||
| 10 | ]> | 10 | ]> |
| 11 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
qpdf.spec
| 1 | Summary: Command-line tools and library for transforming PDF files | 1 | Summary: Command-line tools and library for transforming PDF files |
| 2 | Name: qpdf | 2 | Name: qpdf |
| 3 | -Version: 2.0.3 | 3 | +Version: 2.0.4 |
| 4 | Release: 1%{?dist} | 4 | Release: 1%{?dist} |
| 5 | License: Artistic | 5 | License: Artistic |
| 6 | Group: System Environment/Libraries | 6 | Group: System Environment/Libraries |
qpdf/qpdf.cc
| @@ -452,7 +452,7 @@ int main(int argc, char* argv[]) | @@ -452,7 +452,7 @@ int main(int argc, char* argv[]) | ||
| 452 | // 1 2 3 4 5 6 7 8 | 452 | // 1 2 3 4 5 6 7 8 |
| 453 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 | 453 | // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
| 454 | std::cout | 454 | std::cout |
| 455 | - << whoami << " version 2.0.3" << std::endl | 455 | + << whoami << " version 2.0.4" << std::endl |
| 456 | << "Copyright (c) 2005-2009 Jay Berkenbilt" | 456 | << "Copyright (c) 2005-2009 Jay Berkenbilt" |
| 457 | << std::endl | 457 | << std::endl |
| 458 | << "This software may be distributed under the terms of version 2 of the" | 458 | << "This software may be distributed under the terms of version 2 of the" |