Skip to content

Commit

Permalink
Merge pr #25: version 2.0.4
Browse files Browse the repository at this point in the history
Version increment to 2.0.4
  • Loading branch information
mikucionisaau authored Sep 13, 2023
2 parents f981195 + 356a02e commit 0837c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0048 NEW) # project() command manages VERSION variables
project(UUtils VERSION 2.0.3 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
project(UUtils VERSION 2.0.4 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
include(FetchContent)
Expand Down

0 comments on commit 0837c8f

Please sign in to comment.