ready to release v1.12.2

This commit is contained in:
lyon 2023-05-03 22:25:02 +08:00
parent 3723228f6a
commit 32c2c1eed5
3 changed files with 3 additions and 11 deletions

View File

@ -1,3 +1,3 @@
MajorVersion = "1"
MinorVersion = "12"
MicroVersion = "0"
MicroVersion = "2"

View File

@ -1,13 +1,5 @@
#ifdef __cplusplus
extern "C" {
#endif
#define PIKA_VERSION_MAJOR 1
#define PIKA_VERSION_MINOR 12
#define PIKA_VERSION_MICRO 0
#define PIKA_VERSION_MICRO 2
#define PIKA_EDIT_TIME "2023/03/08 09:54:07"
#ifdef __cplusplus
}
#endif
#define PIKA_EDIT_TIME "2023/05/03 22:24:57"