Commit 3b1b4619ad3c2c65a4d7c4eeaa3dd4d498e04825

Authored by Jay Berkenbilt
1 parent b3e38b98

notes


git-svn-id: svn+q:///qpdf/trunk@621 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 4 additions and 2 deletions
README.maintainer
@@ -7,6 +7,8 @@ Release Reminders @@ -7,6 +7,8 @@ Release Reminders
7 internally testing releases, you can run make_dist with the 7 internally testing releases, you can run make_dist with the
8 --no-tests option. 8 --no-tests option.
9 9
  10 + * Remember to increment shared library version information as needed
  11 +
10 * Make sure version numbers are consistent in the following 12 * Make sure version numbers are consistent in the following
11 locations: 13 locations:
12 14
@@ -35,8 +37,8 @@ Release Reminders @@ -35,8 +37,8 @@ Release Reminders
35 General Build Stuff 37 General Build Stuff
36 =================== 38 ===================
37 39
38 -QPDF supports autoconf and libtool but does not use automake. The  
39 -only files distributed with the qpdf source distribution that are not 40 +QPDF uses autoconf and libtool but does not use automake. The only
  41 +files distributed with the qpdf source distribution that are not
40 controlled are "configure", "libqpdf/qpdf/qpdf-config.h.in", and some 42 controlled are "configure", "libqpdf/qpdf/qpdf-config.h.in", and some
41 documentation. See above for the steps required to prepare a source 43 documentation. See above for the steps required to prepare a source
42 distribution. 44 distribution.