From b961c690cd5aafddab598bca019002d2fc354030 Mon Sep 17 00:00:00 2001 From: Hariharan Devarajan Date: Fri, 5 Jun 2026 20:17:13 -0700 Subject: [PATCH] release 1.0.10 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7213110..f79269a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,9 @@ CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11) set(LIBTOOL_INTERFACE 2) set(LIBTOOL_REVISION 4) -set(LIBTOOL_AGE 3) +set(LIBTOOL_AGE 4) -set(GOTCHA_VERSION "(1, 0, 9)") +set(GOTCHA_VERSION "(1, 0, 10)") set(DEFAULT_SYMBOL_VISIBILITY hidden)