Skip to content

Commit 0e4c848

Browse files
committed
misc: Update the gem5 version to v24.1.0.1
1 parent b5e27f5 commit 0e4c848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = gem5
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = v24.1.0.0
34+
PROJECT_NUMBER = v24.1.0.1
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

src/base/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ namespace gem5
3232
/**
3333
* @ingroup api_base_utils
3434
*/
35-
const char *gem5Version = "24.1.0.0";
35+
const char *gem5Version = "24.1.0.1";
3636

3737
} // namespace gem5

0 commit comments

Comments
 (0)