From 2a8613c27d6bcabd2b6de7ac334bbaf027c25ce1 Mon Sep 17 00:00:00 2001 From: schutzekatze Date: Mon, 22 Mar 2021 22:51:24 -0700 Subject: [PATCH] Update version --- RResolver/RResolverShort.cpp | 2 +- bin/abyss-pe | 3 ++- configure.ac | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RResolver/RResolverShort.cpp b/RResolver/RResolverShort.cpp index c2a8a0c64..c8da5bc5b 100644 --- a/RResolver/RResolverShort.cpp +++ b/RResolver/RResolverShort.cpp @@ -16,7 +16,7 @@ #include #include -#define PROGRAM "rresolver-short" +#define PROGRAM "abyss-rresolver-short" static const char VERSION_MESSAGE[] = PROGRAM " (" PACKAGE_NAME ") " VERSION "\n" diff --git a/bin/abyss-pe b/bin/abyss-pe index cb84fd103..74bd5b4ea 100755 --- a/bin/abyss-pe +++ b/bin/abyss-pe @@ -398,7 +398,7 @@ help: @echo 'Report bugs to https://github.com/bcgsc/abyss/issues or abyss-users@bcgsc.ca.' version: - @echo "abyss-pe (ABySS) 2.2.6" + @echo "abyss-pe (ABySS) 2.3.0" @echo "Written by Shaun Jackman and Anthony Raymond." @echo @echo "Copyright 2012 Canada's Michael Smith Genome Science Centre" @@ -423,6 +423,7 @@ versions: version @abyss-scaffold --version; echo @abyss-sealer --version; echo @abyss-todot --version; echo + @abyss-rresolver-short --version; echo @$(align) --version; echo @awk --version; echo @sort --version; echo diff --git a/configure.ac b/configure.ac index 31d254c12..8ea538fae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.62) -AC_INIT(ABySS, 2.2.6, abyss-users@bcgsc.ca, abyss, +AC_INIT(ABySS, 2.3.0, abyss-users@bcgsc.ca, abyss, http://www.bcgsc.ca/platform/bioinfo/software/abyss) AC_CONFIG_MACRO_DIR([m4])