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


Hello,

In preparation for the GDB 7.9.1 release, I've made the following
change on the branch.

gdb/ChangeLog:

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

I will push it shortly.

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 d7d8b16..4fa89a9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-13  Joel Brobecker  <brobecker@adacore.com>
+
+	* version.in: Set GDB version number to 7.9.1.
+
 2015-05-12  Doug Evans  <dje@google.com>
 
 	PR python/18285
diff --git a/gdb/version.in b/gdb/version.in
index d5b89d5..3fe624e 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.9.0.DATE-cvs
+7.9.1
-- 
1.9.1


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