File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11MajorVersion = "1"
22MinorVersion = "13"
3- MicroVersion = "2 "
3+ MicroVersion = "3 "
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ extern "C" {
104104#pragma warning(disable : 4113)
105105#endif
106106
107- #if defined(__ARMCC_VERSION ) && (__ARMCC_VERSION >= 5000000 ) && (__ARMCC_VERSION < 6000000 )
107+ #if defined(__ARMCC_VERSION ) && (__ARMCC_VERSION >= 5000000 ) && \
108+ (__ARMCC_VERSION < 6000000 )
108109#pragma diag_suppress 66
109110#pragma diag_suppress 188
110111#pragma diag_suppress 546
Original file line number Diff line number Diff line change 11#define PIKA_VERSION_MAJOR 1
22#define PIKA_VERSION_MINOR 13
3- #define PIKA_VERSION_MICRO 2
3+ #define PIKA_VERSION_MICRO 3
44
5- #define PIKA_EDIT_TIME "2024/03/02 14:19:24 "
5+ #define PIKA_EDIT_TIME "2024/03/02 16:11:52 "
You can’t perform that action at this time.
0 commit comments