From 14ffd6931d2b24dbc8e8bee89956a3abcdb4e0da Mon Sep 17 00:00:00 2001 From: Jason Kaye Date: Fri, 2 Aug 2024 18:14:11 -0400 Subject: [PATCH] increment version # --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5027965..e2add62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # ############ # Define Project -project(cppdlr VERSION 1.1.0 LANGUAGES CXX) +project(cppdlr VERSION 1.2.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) message(STATUS "-------- cppdlr version and git hash detection -------------")