From 6c98646ff1d9234efe55717e3ee922469d58241b Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 19 Jan 2025 19:17:19 -0500 Subject: [PATCH] Move Nightly to 1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 286c95c..b13170c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Build for 10.15") set(CMAKE_POSITION_INDEPENDENT_CODE ON) -project(six-sines VERSION 1.0.0.0 LANGUAGES C CXX) +project(six-sines VERSION 1.1.0.0 LANGUAGES C CXX) set(PRODUCT_NAME "Six Sines")