From 682731a7f178f0994bb44f350de1d5bc445be74a Mon Sep 17 00:00:00 2001 From: Wai-Shing Luk Date: Wed, 27 Mar 2024 14:33:43 +0800 Subject: [PATCH] set version 1.0.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 377386a..e4e05ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF) # Note: update this to your new project's name and version project( Recti - VERSION 1.0.1 + VERSION 1.0.8 LANGUAGES CXX )