From 8c4556940a47fedae5be8a85743ce417e6171c07 Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Mon, 25 May 2020 18:18:10 +0800 Subject: [PATCH] v3.3.3 --- 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 ee1b330c0..67ead575f 100644 --- a/include/pika_version.h +++ b/include/pika_version.h @@ -8,6 +8,6 @@ #define PIKA_MAJOR 3 #define PIKA_MINOR 3 -#define PIKA_PATCH 2 +#define PIKA_PATCH 3 #endif // INCLUDE_PIKA_VERSION_H_