From 8301fa520983541edda4eb2d2948faa30504b537 Mon Sep 17 00:00:00 2001 From: Axlgrep Date: Wed, 27 Jun 2018 16:11:56 +0800 Subject: [PATCH] v2.3.5 (#289) --- 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 07f2a11d98..6b55276384 100644 --- a/include/pika_version.h +++ b/include/pika_version.h @@ -8,6 +8,6 @@ #define PIKA_MAJOR 2 #define PIKA_MINOR 3 -#define PIKA_PATCH 4 +#define PIKA_PATCH 5 #endif // INCLUDE_PIKA_VERSION_H_