From c00d992539750da43de2db9b9a7e7a2500131cc5 Mon Sep 17 00:00:00 2001 From: Zhao Minghuan Date: Fri, 10 Apr 2020 11:58:45 +0800 Subject: [PATCH] v3.3.1 --- 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 23011f87ec..7da42e854e 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 0 +#define PIKA_PATCH 1 #endif // INCLUDE_PIKA_VERSION_H_