diff --git a/ChangeLog b/ChangeLog index 63a179b7..1aa58e6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-05-16 Lauren Coombe + + * Release version 2.3.7 + + General: + * Fix build on macOS-12 and macOS-13 (Thanks @parham-k!) + 2023-05-02 Lauren Coombe * Release version 2.3.6 diff --git a/Misc/samtobreak.hs b/Misc/samtobreak.hs index a51911e3..a375a91c 100644 --- a/Misc/samtobreak.hs +++ b/Misc/samtobreak.hs @@ -279,7 +279,7 @@ parseArgs = do where help = putStr (usageInfo usage options) >> exitSuccess tryHelp = "Try 'abyss-samtobreak --help' for more information." - version = "abyss-samtobreak (ABySS) 2.3.6\n" + version = "abyss-samtobreak (ABySS) 2.3.7\n" usage = "Usage: samtobreak [OPTION]... [FILE]...\n\ \Calculate contig and scaffold contiguity and correctness metrics.\n" diff --git a/bin/abyss-pe b/bin/abyss-pe index e22319cb..790d0430 100755 --- a/bin/abyss-pe +++ b/bin/abyss-pe @@ -414,7 +414,7 @@ help: @echo 'Report bugs to https://github.com/bcgsc/abyss/issues or abyss-users@bcgsc.ca.' version: - @echo "abyss-pe (ABySS) 2.3.6" + @echo "abyss-pe (ABySS) 2.3.7" @echo "Written by Shaun Jackman and Anthony Raymond." @echo @echo "Copyright 2012 Canada's Michael Smith Genome Science Centre" diff --git a/configure.ac b/configure.ac index 7056fe1f..5bbffd39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.62) -AC_INIT(ABySS, 2.3.6, abyss-users@bcgsc.ca, abyss, +AC_INIT(ABySS, 2.3.7, abyss-users@bcgsc.ca, abyss, http://www.bcgsc.ca/platform/bioinfo/software/abyss) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/ABYSS.1 b/doc/ABYSS.1 index 35333dd3..9be9b149 100644 --- a/doc/ABYSS.1 +++ b/doc/ABYSS.1 @@ -1,4 +1,4 @@ -.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.6" "User Commands" +.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.7" "User Commands" .SH NAME ABYSS \- assemble short reads into contigs .SH SYNOPSIS diff --git a/doc/abyss-pe.1 b/doc/abyss-pe.1 index c410beaf..ab3a53ff 100644 --- a/doc/abyss-pe.1 +++ b/doc/abyss-pe.1 @@ -1,4 +1,4 @@ -.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.6" "User Commands" +.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.7" "User Commands" .SH NAME abyss-pe - assemble reads into contigs .SH SYNOPSIS diff --git a/doc/abyss-tofastq.1 b/doc/abyss-tofastq.1 index ac72fc1c..58d5c411 100644 --- a/doc/abyss-tofastq.1 +++ b/doc/abyss-tofastq.1 @@ -1,4 +1,4 @@ -.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.6" "User Commands" +.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.7" "User Commands" .SH NAME abyss-tofastq \- convert various file formats to FASTQ format .br