Browse Source

ready to release v1.11.2

pikastech 3 years ago
parent
commit
dd73fa7b5a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      port/linux/version_config.py
  2. 2 2
      src/PikaVersion.h
  3. BIN
      tools/pikaCompiler/rust-msc-latest-win10.exe

+ 1 - 1
port/linux/version_config.py

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

+ 2 - 2
src/PikaVersion.h

@@ -1,5 +1,5 @@
 #define PIKA_VERSION_MAJOR       1
 #define PIKA_VERSION_MINOR       11
-#define PIKA_VERSION_MICRO       1
+#define PIKA_VERSION_MICRO       2
 
-#define PIKA_EDIT_TIME      "2022/09/24 13:54:51"
+#define PIKA_EDIT_TIME      "2022/09/24 20:58:10"

BIN
tools/pikaCompiler/rust-msc-latest-win10.exe