From 6473f5dfc6412c400970478fa237acddd478fa9f Mon Sep 17 00:00:00 2001 From: alaindargelas <63669492+alaindargelas@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:56:55 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 025f8046..46da5de0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # -*- mode:cmake -*- cmake_minimum_required(VERSION 3.20 FATAL_ERROR) -project(UHDM VERSION 1.73) +project(UHDM VERSION 1.74) # Detect build type, fallback to release and throw a warning if use didn't # specify any