From 3b0381fa92a8bbbd94a3bca66bb60c68330b65d9 Mon Sep 17 00:00:00 2001 From: Ahmed <43099566+ahmed-irfan@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:08:48 -0700 Subject: [PATCH] Update CMakeLists.txt increment patch number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbaf0927..4983c9d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(LIBPOLY_BUILD_STATISTICS "Build the statistics internals" OFF) set(LIBPOLY_VERSION_MAJOR 0) set(LIBPOLY_VERSION_MINOR 1) -set(LIBPOLY_VERSION_PATCH 12) +set(LIBPOLY_VERSION_PATCH 13) set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH}) if(APPLE)