From 096bbf5b556b0cacaf56553034fe9b7c3f88d2b6 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Wed, 22 Oct 2025 16:03:20 -0500 Subject: [PATCH] Minor tweak to initialize PR --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78191834..a807960f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ find_package(cetmodules 4.01.01 REQUIRED) # Main project declaration project( phlex - VERSION 0.0.1 + VERSION 0.0.1.1 LANGUAGES CXX ) # ##############################################################################