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


Hello,

I am about to push the following patch on the gdb-8.2-branch
(preparation for the first 8.2 pre-release).

gdb/ChangeLog:

	* version.in: Set GDB version number to 8.1.90.
	* 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 33f877c6ef..7f4c6d059d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-04  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 8.1.90.
+	* PROBLEMS: Likewise.
+
 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
 
 	GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 974f4f0108..3f3bf1d672 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,5 +1,5 @@
 
-			Known problems in GDB 7.2.50
+			Known problems in GDB 8.1.90
 
 		See also: http://www.gnu.org/software/gdb/bugs/
 
diff --git a/gdb/version.in b/gdb/version.in
index cb938a229b..eea587b882 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.1.90.DATE-git
+8.1.90
-- 
2.17.1


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