misc: Updated release notes and version to v20.0.0.1 v20.0.0.1
authorBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 2 Jun 2020 07:16:28 +0000 (00:16 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 2 Jun 2020 07:16:28 +0000 (00:16 -0700)
RELEASE-NOTES.md
src/Doxyfile
src/base/version.cc

index 1ea05f40457a04479fc1d0815e5c6fba8c3556a5..2b88db757ecb810459c1f63c1758ad3f67bf80d8 100644 (file)
@@ -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!
index 5b18e97172c680695d5369d89455cf51961da46c..178890020c9f6d7e39395866f9b60801cb2b36dc 100644 (file)
@@ -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. 
index c5fbca03bb43dc8de716432432accdaa7356f544..2040268402eff6d8dc82922f653fd9bd15d91845 100644 (file)
@@ -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";