diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-25 22:37:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-25 22:37:20 +0000 |
commit | d76526c6e1dbfbd6fa6fc1d9fcb2b96be90decf0 (patch) | |
tree | c85957790649a1d418b123d170b79708c4933d63 | |
parent | 8f13689556351fa7669cb12ed0124167df433d0f (diff) | |
download | gdb-d76526c6e1dbfbd6fa6fc1d9fcb2b96be90decf0.zip gdb-d76526c6e1dbfbd6fa6fc1d9fcb2b96be90decf0.tar.gz gdb-d76526c6e1dbfbd6fa6fc1d9fcb2b96be90decf0.tar.bz2 |
* version.in: Use dot instead of dash.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/version.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bc15be..c21dac0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com> + * version.in: Use dot instead of dash. + +2007-10-25 Daniel Jacobowitz <dan@codesourcery.com> + * linux-thread-db.c (check_for_thread_db): Only print if info_verbose. 2007-10-25 Pedro Alves <pedro_alves@portugalmail.pt> diff --git a/gdb/version.in b/gdb/version.in index 2152395..be76aed 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -6.7.50-20071025-cvs +6.7.50.20071025-cvs |