From 3d8634c87dc34595074433c00a8ff2d7a22eef70 Mon Sep 17 00:00:00 2001 From: Thorulf Neustrup Date: Mon, 18 Sep 2023 13:17:35 +0200 Subject: [PATCH] Increment version to 2.0.3 --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f12c3dd..7ff024e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 5f59995..ddc9c45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libutap, version 2.0.2 +# libutap, version 2.0.3 # Mini HOWTO Gerd Behrmann @@ -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