Skip to content

Commit

Permalink
Align version with configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Jan 2, 2025
1 parent d65e350 commit 068e591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 "[email protected]")
set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}")
Expand Down

0 comments on commit 068e591

Please sign in to comment.