From 13b525bb08304cee19cf3b57137b4ed4abd1df2d Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Mon, 23 Sep 2019 18:21:52 +0800 Subject: [PATCH] v3.2.3 (#762) --- 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 87225c6c9a..dfbcd7469b 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 2 +#define PIKA_PATCH 3 #endif // INCLUDE_PIKA_VERSION_H_