Skip to content

Commit 32c2c1e

Browse files
committed
ready to release v1.12.2
1 parent 3723228 commit 32c2c1e

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

port/linux/version_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MajorVersion = "1"
22
MinorVersion = "12"
3-
MicroVersion = "0"
3+
MicroVersion = "2"

src/PikaVersion.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
#ifdef __cplusplus
2-
extern "C" {
3-
#endif
4-
51
#define PIKA_VERSION_MAJOR 1
62
#define PIKA_VERSION_MINOR 12
7-
#define PIKA_VERSION_MICRO 0
8-
9-
#define PIKA_EDIT_TIME "2023/03/08 09:54:07"
3+
#define PIKA_VERSION_MICRO 2
104

11-
#ifdef __cplusplus
12-
}
13-
#endif
5+
#define PIKA_EDIT_TIME "2023/05/03 22:24:57"
1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)