From: tobtoht Date: Thu, 27 Mar 2025 10:09:10 +0000 (+0100) Subject: cmake: update copyright year X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=2f0bccf1240758b5c1c5f74a5bdb24c97a9120e7;p=gamesguru%2Ffeather.git cmake: update copyright year --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d1150d0..a28d2696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(PACKAGE_NAME ${PROJECT_NAME}) set(PACKAGE_BUGREPORT "https://github.com/feather-wallet/feather/issues") set(PACKAGE_URL "https://featherwallet.org/") -set(COPYRIGHT_YEAR "2024") +set(COPYRIGHT_YEAR "2025") set(COPYRIGHT_HOLDERS "The Monero Project") cmake_policy(SET CMP0074 NEW)