From 206c51a2db23d3801e84c7818200c9340fe1258c Mon Sep 17 00:00:00 2001 From: Tim Kaune <tim.kaune@gmx.de> Date: Mon, 29 Jan 2024 21:49:39 +0100 Subject: [PATCH] Bump package version Update copyright notice --- CMakeLists.txt | 2 +- LICENSE | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b729fa0..33c8a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.25) # cmake_policy(VERSION 3.24) # endif() -project(LoadStaticSharedTargets VERSION 1.3.0 LANGUAGES NONE) +project(LoadStaticSharedTargets VERSION 1.4.0 LANGUAGES NONE) include(GNUInstallDirs) diff --git a/LICENSE b/LICENSE index 28e728f..2dbd33a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Tim Haase +Copyright (c) 2024 Tim Kaune Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 65dae61..9f14a20 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ include(FetchContent) FetchContent_Declare( LoadStaticSharedTargets GIT_REPOSITORY "https://github.com/lepus2589/LoadStaticSharedTargets.git" - GIT_TAG v1.3 + GIT_TAG v1.4 FIND_PACKAGE_ARGS NAMES LoadStaticSharedTargets CONFIG ) set(LoadStaticSharedTargets_INCLUDE_PACKAGING TRUE) -- GitLab