From 2bb4da2b56ab49b3cd7b5f27cfb88c5320fe8524 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Sun, 26 May 2024 14:22:08 -0400 Subject: [PATCH] [cmake] Bump Version Number to 1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e79708b..b71918e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ endif() # ############ # Define Project -project(itertools VERSION 1.2.0 LANGUAGES CXX) +project(itertools VERSION 1.3.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # Get the git hash & print status