This is the mail archive of the gdb-patches@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]

[release/branch] Set GDB version number to 8.0.


Hello,

In preparation for the upcoming 8.0 release, I'm about to push
the following commit.

gdb/ChangeLog:

	* version.in: Set GDB version number to 8.0.
	* PROBLEMS: Likewise.

Thanks,

-- 
Joel

---
 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 71ce5f5101..a1cb192f16 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-04  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 8.0.
+	* PROBLEMS: Likewise.
+
 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index d11a78d1ee..235d058ed5 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,5 +1,5 @@
 
-			Known problems in GDB 7.99.91.DATE-git
+			Known problems in GDB 8.0
 
 		See also: http://www.gnu.org/software/gdb/bugs/
 
diff --git a/gdb/version.in b/gdb/version.in
index ffed289de6..cc40bca69a 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.99.91.DATE-git
+8.0
-- 
2.11.0


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