Skip to content

Commit

Permalink
Merge pr #18: version increment to 2.0.0
Browse files Browse the repository at this point in the history
Version increment to 2.0.0
  • Loading branch information
mikucionisaau authored Sep 8, 2023
2 parents 72d4d6c + 990fcb0 commit c4cabda
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 1.2.0 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
project(UUtils VERSION 2.0.0 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
include(FetchContent)
Expand Down

0 comments on commit c4cabda

Please sign in to comment.