From 2c1267e7d1bf2ed7d20d5e16d8828c1920db9e3e Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Mon, 25 Nov 2019 18:10:37 +0800 Subject: [PATCH] v3.0.16 --- 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 9f46674ddb..40dcb040bc 100644 --- a/include/pika_version.h +++ b/include/pika_version.h @@ -8,6 +8,6 @@ #define PIKA_MAJOR 3 #define PIKA_MINOR 0 -#define PIKA_PATCH 15 +#define PIKA_PATCH 16 #endif // INCLUDE_PIKA_VERSION_H_