We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e27f5 commit 0e4c848Copy full SHA for 0e4c848
src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = gem5
31
# This could be handy for archiving the generated documentation or
32
# if some version control system is used.
33
34
-PROJECT_NUMBER = v24.1.0.0
+PROJECT_NUMBER = v24.1.0.1
35
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
# base path where the generated documentation will be put.
src/base/version.cc
@@ -32,6 +32,6 @@ namespace gem5
/**
* @ingroup api_base_utils
*/
-const char *gem5Version = "24.1.0.0";
+const char *gem5Version = "24.1.0.1";
} // namespace gem5
0 commit comments