This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed/ob] Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Cc: Joel Brobecker <brobecker at adacore dot com>
- Date: Sun, 6 Oct 2019 08:35:35 -0700
- Subject: [pushed/ob] Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)
Hi everyone,
As discussed and then announced, the numbering scheme used for
future GDB releases is changed. I therefore modified gdb/version.in
to reflect the new scheme.
Next up for me: Update the documentation on the wiki.
gdb/ChangeLog:
* version.in: Change version number to "9.0.50.DATE-git".
---
gdb/ChangeLog | 4 ++++
gdb/version.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4eeed4931e7..7bfcab593b8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-06 Joel Brobecker <brobecker@adacore.com>
+
+ * version.in: Change version number to "9.0.50.DATE-git".
+
2019-10-03 Tom Tromey <tom@tromey.com>
PR rust/24976:
diff --git a/gdb/version.in b/gdb/version.in
index 0ab8049edb0..bf3348a01e0 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-8.3.50.DATE-git
+9.0.50.DATE-git
--
2.17.1