Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzekatze committed Mar 23, 2021
1 parent 77655aa commit 2a8613c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RResolver/RResolverShort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <sstream>
#include <string>

#define PROGRAM "rresolver-short"
#define PROGRAM "abyss-rresolver-short"

static const char VERSION_MESSAGE[] =
PROGRAM " (" PACKAGE_NAME ") " VERSION "\n"
Expand Down
3 changes: 2 additions & 1 deletion bin/abyss-pe
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 2a8613c

Please sign in to comment.