Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/65913?usp=email )

Change subject: base: Update the version to v22.1.0.0
......................................................................

base: Update the version to v22.1.0.0

Change-Id: I4d511a8052cfa5b23e8fecff5e3565b7cfea1763
---
M src/Doxyfile
M src/base/version.cc
2 files changed, 11 insertions(+), 2 deletions(-)



diff --git a/src/Doxyfile b/src/Doxyfile
index 1589909..4d14b7c 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.

-PROJECT_NUMBER         = DEVELOP-FOR-22.1
+PROJECT_NUMBER         = v22.1.0.0

 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/src/base/version.cc b/src/base/version.cc
index c555244..050aea0 100644
--- a/src/base/version.cc
+++ b/src/base/version.cc
@@ -32,6 +32,6 @@
 /**
  * @ingroup api_base_utils
  */
-const char *gem5Version = "[DEVELOP-FOR-22.1]";
+const char *gem5Version = "22.1.0.0";

 } // namespace gem5

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/65913?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v22-1
Gerrit-Change-Id: I4d511a8052cfa5b23e8fecff5e3565b7cfea1763
Gerrit-Change-Number: 65913
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to