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]

FYI: [release/branch] Set GDB version number to 7.10.1.


Hello,

FYI, I am about to push the following change to the gdb-7.10-branch.

gdb/ChangeLog:

	* version.in: Set GDB version number to 7.10.1.

Thanks!
-- 
Joel


---
 gdb/ChangeLog  | 4 ++++
 gdb/version.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0430b1f..f6a1372 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-05  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 7.10.1.
+
 2014-11-28  Pedro Alves  <palves@redhat.com>
 
 	* cp-name-parser.y (conversion_op): Use
diff --git a/gdb/version.in b/gdb/version.in
index 709fd50..d6e2f7b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.10.0.DATE-cvs
+7.10.1
-- 
2.1.4


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