From: Bobby R. Bruce Date: Wed, 30 Sep 2020 18:14:02 +0000 (-0700) Subject: misc: Updated version to 20.1.0.0 X-Git-Tag: v20.1.0.0^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=090fa08c149768e940f857df9cb936da23ae48da;p=gem5.git misc: Updated version to 20.1.0.0 Change-Id: Ic7a37581c58caa354eeecab051122116177d0721 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35456 Reviewed-by: Bobby R. Bruce Reviewed-by: Jason Lowe-Power Maintainer: Bobby R. Bruce Tested-by: kokoro --- diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index 1267c25b8..3203479fc 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -214,7 +214,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/develop' + defaults.resource_url = 'http://dist.gem5.org/dist/v20-1' defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir, 'tests', 'gem5', diff --git a/src/Doxyfile b/src/Doxyfile index c92a787b6..d029a6685 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 = DEVELOP-FOR-V20.1 +PROJECT_NUMBER = v20.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 ff58ad195..8edb8c6ff 100644 --- a/src/base/version.cc +++ b/src/base/version.cc @@ -29,4 +29,4 @@ /** * @ingroup api_base_utils */ -const char *gem5Version = "[DEVELOP-FOR-V20.1]"; +const char *gem5Version = "20.1.0.0";