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.91.


Hello,

Another change made on the gdb-8.1-branch in preparation
for the next pre-release...

gdb/ChangeLog:

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

Pushing to gdb-8.1-branch now...

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 9ad4a156a0..ee6cad90a3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2018-01-12  Joel Brobecker  <brobecker@adacore.com>
 
+	* version.in: Set GDB version number to 8.0.91.
+	* PROBLEMS: Likewise.
+
+2018-01-12  Joel Brobecker  <brobecker@adacore.com>
+
 	* NEWS: Rename "Changes since 8.0" into "Changes in 8.1".
 
 2018-01-11  Pedro Alves  <palves@redhat.com>
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 974f4f0108..f9797bea87 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,5 +1,5 @@
 
-			Known problems in GDB 7.2.50
+			Known problems in GDB 8.0.91
 
 		See also: http://www.gnu.org/software/gdb/bugs/
 
diff --git a/gdb/version.in b/gdb/version.in
index 8d53f48bfa..cbe9ed90f1 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.0.90.DATE-git
+8.0.91
-- 
2.11.0


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