Skip to content

Commit

Permalink
Merge pull request #168 from eseiler/infra/bump
Browse files Browse the repository at this point in the history
[MISC] Bump version
  • Loading branch information
eseiler authored Nov 8, 2024
2 parents f29497b + 094b76d commit 105af96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ cmake_minimum_required (VERSION 3.25...3.30)
# Define the application name and version.
project (needle
LANGUAGES CXX
VERSION 1.0.3
VERSION 1.0.4
DESCRIPTION "A fast and space-efficient pre-filter for estimating the quantification of very large collections of nucleotide sequences"
HOMEPAGE_URL "https://github.com/seqan/needle"
)

set (NEEDLE_ARGPARSE_VERSION
"${needle_VERSION}"
"${needle_VERSION}-rc.1"
CACHE STRING "Needle version to display in the help message."
)
set (NEEDLE_ARGPARSE_DATE
"2024-11-07"
"2024-11-08"
CACHE STRING "Needle's \"Last update:\" date to display in the help message."
)

Expand Down
4 changes: 3 additions & 1 deletion cmake/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## PACKAGE
# Change in top-level CMakeLists.txt:
# Version -> project (needle VERSION x.x.x)
# Release Candiate -> set (NEEDLE_ARGPARSE_VERSION "${needle_VERSION}-rc.1")
# set (NEEDLE_ARGPARSE_VERSION "${needle_VERSION}) for release
# Date -> set (NEEDLE_ARGPARSE_DATE "YYYY-MM-DD")
# No dependencies should be locally installed.
# To package, create a clean directory:
Expand All @@ -27,7 +29,7 @@ cmake_minimum_required (VERSION 3.7...3.30)

set (CPACK_GENERATOR "TXZ")

set (CPACK_PACKAGE_VERSION "${needle_VERSION}")
set (CPACK_PACKAGE_VERSION "${NEEDLE_ARGPARSE_VERSION}")
set (CPACK_PACKAGE_VENDOR "seqan")
set (CPACK_PACKAGE_CHECKSUM "SHA256")
set (CPACK_RESOURCE_FILE_LICENSE "${needle_SOURCE_DIR}/LICENSE.md")
Expand Down

0 comments on commit 105af96

Please sign in to comment.