misc: Updated release notes and version to v20.0.0.1

This commit is contained in:
Bobby R. Bruce
2020-06-02 00:16:28 -07:00
parent 4e484ca33e
commit 332a9de33d
3 changed files with 6 additions and 2 deletions

View 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!

View 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.

View 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";