Skip to content

Commit c4cabda

Browse files
Merge pr #18: version increment to 2.0.0
Version increment to 2.0.0
2 parents 72d4d6c + 990fcb0 commit c4cabda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22
cmake_policy(SET CMP0048 NEW) # project() command manages VERSION variables
3-
project(UUtils VERSION 1.2.0 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
3+
project(UUtils VERSION 2.0.0 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
44
include(CMakePackageConfigHelpers)
55
include(GNUInstallDirs)
66
include(FetchContent)

0 commit comments

Comments
 (0)