This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/gdb-8.0-branch] Set GDB version number to 8.0.1.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2dcf9205c32aa69c102640962ff03746d04c02cc

commit 2dcf9205c32aa69c102640962ff03746d04c02cc
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Sep 7 07:28:12 2017 -0700

    Set GDB version number to 8.0.1.
    
    gdb/ChangeLog:
    
    	* version.in: Set GDB version number to 8.0.1.
    	* PROBLEMS: Likewise.

Diff:
---
 gdb/ChangeLog  | 5 +++++
 gdb/PROBLEMS   | 2 +-
 gdb/version.in | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f084748..e0a86e0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-07  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 8.0.1.
+	* PROBLEMS: Likewise.
+
 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* infrun.c (follow_exec): Call add_thread after
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 1be6faf..6514ae2 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,5 +1,5 @@
 
-			Known problems in GDB 8.0.0.DATE-git
+			Known problems in GDB 8.0.1
 
 		See also: http://www.gnu.org/software/gdb/bugs/
 
diff --git a/gdb/version.in b/gdb/version.in
index abe41e7..cd1d2e9 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.0.0.DATE-git
+8.0.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]