From 9da5c3cb010f4c82c3e66b48cafe75ddd91eb61d Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Fri, 28 Feb 2020 09:44:15 +0800 Subject: [PATCH] v3.2.9 --- include/pika_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pika_version.h b/include/pika_version.h index e63e918ff..088ca1acb 100644 --- a/include/pika_version.h +++ b/include/pika_version.h @@ -8,6 +8,6 @@ #define PIKA_MAJOR 3 #define PIKA_MINOR 2 -#define PIKA_PATCH 8 +#define PIKA_PATCH 9 #endif // INCLUDE_PIKA_VERSION_H_