diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 80038f1..e5d2161 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-09-04 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. + 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net> * gdb.texinfo (Types In Python): Document 'bitpos' for enums. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 23b2a98..ccef92c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30,7 +30,7 @@ @c !!set GDB manual's edition---not the same as GDB version! @c This is updated by GNU Press. -@set EDITION Ninth +@set EDITION Tenth @c !!set GDB edit command default editor @set EDITOR /bin/ex @@ -97,7 +97,7 @@ Version @value{GDBVN}. Published by the Free Software Foundation @* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA@* -ISBN 1-882114-77-9 @* +ISBN 978-0-9831592-3-0 @* @insertcopying @end titlepage |