diff options
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 d141464..2f3dd85 100644 --- a/gdb/version.c +++ b/gdb/version.c @@ -17,4 +17,4 @@ You should have received a copy of the GNU General Public License along with GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -char *version = "3.4"; +char *version = "3.5"; |