From c2e44689148dfa35ce1b6079e7cef0dfcce492b7 Mon Sep 17 00:00:00 2001 From: guilhermesena1 Date: Wed, 7 Apr 2021 22:05:47 -0700 Subject: [PATCH] prepping for 0.2.0 --- configure.ac | 2 +- src/abismal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5dce087..ec9a18d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. -AC_INIT([abismal], [0.1.2], [andrewds@usc.edu], +AC_INIT([abismal], [0.2.0], [andrewds@usc.edu], [abismal], [https://github.com/smithlabcode/abismal]) dnl the config.h is not currently #included in the source, and only diff --git a/src/abismal.cpp b/src/abismal.cpp index 5818b3c..94a75b7 100644 --- a/src/abismal.cpp +++ b/src/abismal.cpp @@ -1464,7 +1464,7 @@ select_max_candidates(const uint32_t genome_size, int main(int argc, const char **argv) { try { - static const string ABISMAL_VERSION = "0.1.2"; + static const string ABISMAL_VERSION = "0.2.0"; string index_file; string outfile; string stats_outfile = "";