From 1db8fe470fcc4735d33bf73723101e4fa7925bef Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Mon, 1 Apr 2024 05:02:04 +0000 Subject: [PATCH] Update version number to 3.3 (#266). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d4aa407..1060e5bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ cmake_minimum_required(VERSION 3.4.3 FATAL_ERROR) project(ikos) -set(PACKAGE_VERSION "3.2") +set(PACKAGE_VERSION "3.3") # # Build settings