diff --git a/port/linux/version_config.py b/port/linux/version_config.py index 3d4fb996d..2fd94ca33 100644 --- a/port/linux/version_config.py +++ b/port/linux/version_config.py @@ -1,3 +1,3 @@ MajorVersion = "1" MinorVersion = "10" -MicroVersion = "1" +MicroVersion = "2" diff --git a/src/PikaVersion.h b/src/PikaVersion.h index 4a321e874..a623cd040 100644 --- a/src/PikaVersion.h +++ b/src/PikaVersion.h @@ -1,5 +1,5 @@ #define PIKA_VERSION_MAJOR 1 #define PIKA_VERSION_MINOR 10 -#define PIKA_VERSION_MICRO 1 +#define PIKA_VERSION_MICRO 2 -#define PIKA_EDIT_TIME "2022/08/13 10:41:48" +#define PIKA_EDIT_TIME "2022/08/24 13:36:20" diff --git a/tools/pikaCompiler/rust-msc-latest-win10.exe b/tools/pikaCompiler/rust-msc-latest-win10.exe index 222d242d2..57e079872 100644 Binary files a/tools/pikaCompiler/rust-msc-latest-win10.exe and b/tools/pikaCompiler/rust-msc-latest-win10.exe differ