2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

update version to 2.0.4

git-svn-id: svn+q:///qpdf/trunk@653 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-02-21 14:10:40 +00:00
parent 5a42cc95ba
commit 59c254e882
5 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2009-02-21 Jay Berkenbilt <ejb@ql.org>
* 2.0.4: release
2009-02-20 Jay Berkenbilt <ejb@ql.org> 2009-02-20 Jay Berkenbilt <ejb@ql.org>
* Fix many typos in comments and strings. * Fix many typos in comments and strings.

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. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(qpdf,2.0.3) AC_INIT(qpdf,2.0.4)
dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer.
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;"> <!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.0.3"> <!ENTITY swversion "2.0.4">
<!ENTITY lastreleased "February 15, 2009"> <!ENTITY lastreleased "February 21, 2009">
]> ]>
<book> <book>
<bookinfo> <bookinfo>

View File

@ -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.0.3 Version: 2.0.4
Release: 1%{?dist} Release: 1%{?dist}
License: Artistic License: Artistic
Group: System Environment/Libraries Group: System Environment/Libraries

View File

@ -452,7 +452,7 @@ int main(int argc, char* argv[])
// 1 2 3 4 5 6 7 8 // 1 2 3 4 5 6 7 8
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
std::cout std::cout
<< whoami << " version 2.0.3" << std::endl << whoami << " version 2.0.4" << std::endl
<< "Copyright (c) 2005-2009 Jay Berkenbilt" << "Copyright (c) 2005-2009 Jay Berkenbilt"
<< std::endl << std::endl
<< "This software may be distributed under the terms of version 2 of the" << "This software may be distributed under the terms of version 2 of the"