From 2b1ca0a96639c2322b3bfb31c6f49d89942cee18 Mon Sep 17 00:00:00 2001 From: guilhermesena1 Date: Thu, 5 Aug 2021 13:17:36 -0700 Subject: [PATCH] preparing for version 1.0.0 --- configure.ac | 2 +- src/abismal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a559797..ce58995 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.3.0], [andrewds@usc.edu], +AC_INIT([abismal], [1.0.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 1d5e07d..5d803a7 100644 --- a/src/abismal.cpp +++ b/src/abismal.cpp @@ -1583,7 +1583,7 @@ run_paired_ended(const bool VERBOSE, int main(int argc, const char **argv) { try { - static const string ABISMAL_VERSION = "0.3.0"; + static const string ABISMAL_VERSION = "1.0.0"; bool VERBOSE = false; bool GA_conversion = false; bool allow_ambig = false;