aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--manual/qpdf-manual.xml4
-rw-r--r--qpdf.spec2
-rw-r--r--qpdf/qpdf.cc2
5 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a1eff198..949b64be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-21 Jay Berkenbilt <ejb@ql.org>
+
+ * 2.0.4: release
+
2009-02-20 Jay Berkenbilt <ejb@ql.org>
* Fix many typos in comments and strings.
diff --git a/configure.ac b/configure.ac
index ff8e7c9d..f3273ff8 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.3)
+AC_INIT(qpdf,2.0.4)
dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer.
AC_CONFIG_FILES([autoconf.mk])
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 35e6aa81..996ac29e 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "2.0.3">
-<!ENTITY lastreleased "February 15, 2009">
+<!ENTITY swversion "2.0.4">
+<!ENTITY lastreleased "February 21, 2009">
]>
<book>
<bookinfo>
diff --git a/qpdf.spec b/qpdf.spec
index 3b35830a..ec23f612 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.3
+Version: 2.0.4
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 2cf25ac0..9a349902 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -452,7 +452,7 @@ int main(int argc, char* argv[])
// 1 2 3 4 5 6 7 8
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890
std::cout
- << whoami << " version 2.0.3" << std::endl
+ << whoami << " version 2.0.4" << std::endl
<< "Copyright (c) 2005-2009 Jay Berkenbilt"
<< std::endl
<< "This software may be distributed under the terms of version 2 of the"