From f3fa975f583ac4486d02fe9a9475979c92a04a13 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_