diff --git a/CMakeLists.txt b/CMakeLists.txt index fd643ba4..3c017813 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2014-2022 Enrico M. Crisostomo +# Copyright (c) 2014-2024 Enrico M. Crisostomo # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software @@ -19,7 +19,7 @@ project(fswatch VERSION 1.18.0 LANGUAGES C CXX) #@formatter:off set(PACKAGE "${PROJECT_NAME}") set(PACKAGE_NAME "${PACKAGE}") -set(PACKAGE_VERSION "${PROJECT_VERSION}-rc1") +set(PACKAGE_VERSION "${PROJECT_VERSION}-rc3") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_AUTHOR "enrico.m.crisostomo@gmail.com") set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}")