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]

[pushed/release/branch] Set GDB version number to 7.7.90.


Hello,

In preparation for the first pre-release, I will push the following
patch to the gdb-7.8-branch.

gdb/ChangeLog:

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

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f805f6..8474fbe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2014-06-11  Joel Brobecker  <brobecker@adacore.com>
 
+	* version.in: Set GDB version number to 7.7.90.
+
+2014-06-11  Joel Brobecker  <brobecker@adacore.com>
+
 	GDB 7.8 branch created (173373c6f6388171d1d62a217fae90a052395be2):
 	* version.in: Bump version to 7.7.90.DATE-cvs.
 
diff --git a/gdb/version.in b/gdb/version.in
index 032d00c..1d17c94 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.7.90.DATE-cvs
+7.7.90
-- 
1.9.1


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