diff options
author | gdb-2.5.2 <gdb@fsf.org> | 1988-06-01 01:00:00 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:30 +0100 |
commit | 6368691e88d78f0bb6a46b74d7ed86118ac84e8b (patch) | |
tree | 73bf36a5f6dbef8284d2632e1490198cfc421867 /gdb/version.c | |
parent | 632ea0ccc5c4c3f9fc06881bfedfc4b075873941 (diff) | |
download | binutils-6368691e88d78f0bb6a46b74d7ed86118ac84e8b.zip binutils-6368691e88d78f0bb6a46b74d7ed86118ac84e8b.tar.gz binutils-6368691e88d78f0bb6a46b74d7ed86118ac84e8b.tar.bz2 |
gdb-2.5.2
Diffstat (limited to 'gdb/version.c')
-rw-r--r-- | gdb/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/version.c b/gdb/version.c index 244d065..5e1f907 100644 --- a/gdb/version.c +++ b/gdb/version.c @@ -1,3 +1,3 @@ /* Define the current version number of GDB. */ -char *version = "2.5.1 (GNU C++ 1.21.0 compatible)"; +char *version = "2.5.2 (GNU C++ 1.22.0 compatible)"; |