Skip to content

Commit 701006c

Browse files
committed
ready to release v1.13.3
1 parent 1d34d8a commit 701006c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

port/linux/version_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MajorVersion = "1"
22
MinorVersion = "13"
3-
MicroVersion = "2"
3+
MicroVersion = "3"

src/PikaPlatform.h

+2-1
Original file line numberDiff line numberDiff 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

src/PikaVersion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
-15 KB
Binary file not shown.

0 commit comments

Comments
 (0)