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


Hello,

One small commit that I am about to push in preparation for
the next GDB release....

gdb/ChangeLog:

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


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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7ebe133..1fc5823 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-07  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 7.12.
+
 2016-10-06  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* frame.h: Forward-declare struct ui_out.
diff --git a/gdb/version.in b/gdb/version.in
index ed010a0..1e0d11a 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.11.90.DATE-git
+7.12
-- 
2.5.0


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