diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-05-16 19:43:57 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-05-16 19:43:57 +0000 |
commit | d07986e898de31c8060abbd9d1b7853c5ff062fc (patch) | |
tree | b03664987f5446d74d98ab81792b6d17c5760034 | |
parent | 5797aedcaca51df8210b267909b35d587f414a3c (diff) | |
download | gdb-d07986e898de31c8060abbd9d1b7853c5ff062fc.tar.gz |
* version.in (version.in): Bump version number to 6.5.50 now
that the gdb-6.5 branch has been created.
* NEWS: Create a new section for changes that are included
since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
section.
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/NEWS | 4 | ||||
-rw-r--r-- | gdb/version.in | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db7c2d8eda6..f61db849f3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2006-06-16 Joel Brobecker <brobecker@adacore.com> + + * version.in (version.in): Bump version number to 6.5.50 now + that the gdb-6.5 branch has been created. + * NEWS: Create a new section for changes that are included + since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5" + section. + 2006-05-16 Jim Blandy <jimb@codesourcery.com> * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 6.4 +*** Changes since GDB 6.5 + +*** Changes in GDB 6.5 * New targets diff --git a/gdb/version.in b/gdb/version.in index b7fe239b754..71cb35aae8f 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -6.4.50.20060516-cvs +6.5.50.20060516-cvs |