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


Hello,

Small patch to change the GDB version to 8.1.1 in preparation
for that release.

gdb/ChangeLog:

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

Thank you,
-- 
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 860062cae0..2be3877fba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-31  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 8.1.1.
+	* PROBLEMS: Likewise.
+
 2018-06-09  Paul Koning  <paul_koning@dell.com>
 
 	PR gdb/23252
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 5111f1803f..0c6f51e9fc 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -1,5 +1,5 @@
 
-			Known problems in GDB 8.1.0.DATE-git
+			Known problems in GDB 8.1.1
 
 		See also: http://www.gnu.org/software/gdb/bugs/
 
diff --git a/gdb/version.in b/gdb/version.in
index d674dc328a..0e79152459 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.1.0.DATE-git
+8.1.1
-- 
2.17.1


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