From 8adee081957fc40275acee993e6e8048ede3ef3f Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Fri, 15 Nov 2019 10:56:27 +0800 Subject: [PATCH] v3.0.15 (#805) --- 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 095ea14b3a..9f46674ddb 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 14 +#define PIKA_PATCH 15 #endif // INCLUDE_PIKA_VERSION_H_