Skip to content

Commit

Permalink
package version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Feb 1, 2022
1 parent 5471ef8 commit 5abe479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembler/src/cmake/pack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set(CPACK_PACKAGE_NAME "SPAdes")
set(CPACK_PACKAGE_VENDOR "Saint Petersburg State University")
#set(CPACK_PACKAGE_DESCRIPTION_FILE "${SPADES_MAIN_SRC_DIR}/../README")
set(CPACK_RESOURCE_FILE_LICENSE "${SPADES_MAIN_SRC_DIR}/../LICENSE")
set(CPACK_PACKAGE_VERSION "3.15.3")
set(CPACK_PACKAGE_VERSION "3.15.4")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "15")
set(CPACK_PACKAGE_VERSION_PATCH "3")
set(CPACK_PACKAGE_VERSION_PATCH "4")
set(CPACK_STRIP_FILES bin/spades-bwa bin/spades-core bin/spades-corrector-core bin/spades-gbuilder bin/spades-gmapper bin/spades-hammer bin/spades-ionhammer bin/spades-kmercount bin/spades-truseq-scfcorrection)


Expand Down

0 comments on commit 5abe479

Please sign in to comment.