From 332a9de33db603e0aefedae1e05134db4257ea3e Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 2 Jun 2020 00:16:28 -0700 Subject: [PATCH] misc: Updated release notes and version to v20.0.0.1 --- RELEASE-NOTES.md | 4 ++++ src/Doxyfile | 2 +- src/base/version.cc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1ea05f404..2b88db757 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# Version 20.0.0.1 + +**[HOTFIX]** A fix was applied to stop incorrect clock frequences being reported due to rounding errors. + # Version 20.0.0.0 Welcome to our first "official" gem5 release! diff --git a/src/Doxyfile b/src/Doxyfile index 5b18e9717..178890020 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 = v19.0.0.0 +PROJECT_NUMBER = v20.0.0.1 # 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 c5fbca03b..204026840 100644 --- a/src/base/version.cc +++ b/src/base/version.cc @@ -26,4 +26,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -const char *gem5Version = "20.0.0.0"; +const char *gem5Version = "20.0.0.1"; -- 2.30.2