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]

[commit/branch] Set gdb/version.in to 7.6.2.20131208-cvs.


Hello,

This replaces <DATE> with today's actual date in the format expected
by the branch nightly update script.  The use of the <DATE> placeholder
will be appropriate for 7.7, where it is automatically replace during
the build from BFD's version.h. But for 7.6, it should be something
that looks like a date.

gdb/ChangeLog:

	* version.in: Set GDB version number to 7.6.2.20131208-cvs.

Pushed.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f98880b..cb0e570 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2013-12-08  Joel Brobecker  <brobecker@adacore.com>
 
+	* version.in: Set GDB version number to 7.6.2.20131208-cvs.
+
+2013-12-08  Joel Brobecker  <brobecker@adacore.com>
+
 	* version.in: Set GDB version number to 7.6.2.DATE-cvs.
 
 2013-12-08  Joel Brobecker  <brobecker@adacore.com>
diff --git a/gdb/version.in b/gdb/version.in
index 05f4f54..49a2088 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.6.2.DATE-cvs
+7.6.2.20131208-cvs
-- 
1.8.1.2


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