Skip to content

Commit

Permalink
Merge pull request #66 from thorulf4/increment_version
Browse files Browse the repository at this point in the history
Increment version to 2.0.3
  • Loading branch information
thorulf4 authored Sep 18, 2023
2 parents 2ce8a89 + 3d8634c commit 1914e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(UTAP VERSION 2.0.2 LANGUAGES CXX C)
project(UTAP VERSION 2.0.3 LANGUAGES CXX C)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libutap, version 2.0.2
# libutap, version 2.0.3

# Mini HOWTO
Gerd Behrmann
Expand Down Expand Up @@ -151,7 +151,7 @@ else(utap_FOUND)
FetchContent_Declare(
UTAP
GIT_REPOSITORY https://github.com/UPPAALModelChecker/utap.git
GIT_TAG main # fetches main branch, can be a version tag like v2.0.2
GIT_TAG main # fetches main branch, can be a version tag like v2.0.3
GIT_SHALLOW TRUE # get only the last commit version
GIT_PROGRESS TRUE # show progress of download
FIND_PACKAGE_ARGS NAMES UTAP
Expand Down

0 comments on commit 1914e39

Please sign in to comment.