Skip to content

Commit 96e7b29

Browse files
authored
Merge pull request #9 from RasmusRendal/prepare_release_1.1.1
Increment version
2 parents ac5305a + 6677aea commit 96e7b29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(UUtils VERSION 1.1.0 LANGUAGES CXX C)
2+
project(UUtils VERSION 1.1.1 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
33
include(CMakePackageConfigHelpers)
44
include(GNUInstallDirs)
55

@@ -11,11 +11,9 @@ endif(TESTING)
1111
set(CMAKE_CXX_STANDARD 20)
1212
cmake_policy(SET CMP0048 NEW) # project() command manages VERSION variables
1313

14-
1514
set(MODULES base debug hash io)
1615
include_directories("include")
1716

18-
1917
foreach(MODULE ${MODULES})
2018
add_subdirectory("src/${MODULE}")
2119
if(TESTING)

0 commit comments

Comments
 (0)