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


Hello,

Another change, this time to prepare of the first 8.3 pre-release...

gdb/ChangeLog:

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

Pushing to gdb-8.3-branch...

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 e9b10f44d8..ca0f93859b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-27  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 8.2.90.
+	* PROBLEMS: Likewise.
+
 2019-02-27  Joel Brobecker  <brobecker@adacore.com>
 
 	GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 4e1327f57c..200e268665 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,4 +1,4 @@
-Known problems in GDB can be found by searching GDB's Bugzilla, here:
+Known problems in GDB 8.2.90
 
     https://sourceware.org/bugzilla/query.cgi?product=gdb
 
diff --git a/gdb/version.in b/gdb/version.in
index 87731a1886..07e31fcbca 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.2.90.DATE-git
+8.2.90
-- 
2.17.1


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