From 2fe738911ee6d675f9f2b1b889a6fd3a11b13eea Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 27 Dec 2023 12:29:52 -0800 Subject: [PATCH] misc: Change version information to develop for v24.0 Change-Id: I5a29cd574256f8a0f8963567ead0af45c1fce9f2 --- src/Doxyfile | 2 +- src/base/version.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Doxyfile b/src/Doxyfile index 68d9b3b44b..2bc7557e20 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 = v23.1.0.0 +PROJECT_NUMBER = [DEVELOP-FOR-24.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 30b2bddb73..f652415669 100644 --- a/src/base/version.cc +++ b/src/base/version.cc @@ -32,6 +32,6 @@ namespace gem5 /** * @ingroup api_base_utils */ -const char *gem5Version = "23.1.0.0"; +const char *gem5Version = "DEVELOP-FOR-24.0"; } // namespace gem5