From cec0d074a47f7a77d903a8ceda083b9e8d2ea5a8 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 28 Jul 2021 17:31:32 -0700 Subject: [PATCH] misc: Updated gem5 versioning information for develop branch Change-Id: I17382ac18dcdce4cdf8c3366886cd41fbcd7d946 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48813 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- ext/testlib/configuration.py | 2 +- src/Doxyfile | 2 +- src/base/version.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index c3d328d52a..1fffab46ff 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -213,7 +213,7 @@ def define_defaults(defaults): os.pardir, os.pardir)) defaults.result_path = os.path.join(os.getcwd(), 'testing-results') - defaults.resource_url = 'http://dist.gem5.org/dist/v21-1' + defaults.resource_url = 'http://dist.gem5.org/dist/develop' defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir, 'tests', 'gem5', diff --git a/src/Doxyfile b/src/Doxyfile index ef70b541f1..1ff46c8da2 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = gem5 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = v21.1.0.0 +PROJECT_NUMBER = DEVELOP-FOR-V21-2 # 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 50ffd40850..078a2f9d12 100644 --- a/src/base/version.cc +++ b/src/base/version.cc @@ -32,6 +32,6 @@ namespace gem5 /** * @ingroup api_base_utils */ -const char *gem5Version = "21.1.0.0"; +const char *gem5Version = "[DEVELOP-FOR-V21.2]"; } // namespace gem5