From ed7aa011b98734b0a8dbd52360bdbabe7ea6e512 Mon Sep 17 00:00:00 2001 From: guilhermesena1 Date: Thu, 22 Sep 2022 15:15:44 -0700 Subject: [PATCH] preparing for 3.1.0 --- configure.ac | 2 +- src/abismal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dd7a2b9..f179072 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], [3.0.0], [andrewds@usc.edu], +AC_INIT([abismal], [3.1.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 b662e55..c4b877a 100644 --- a/src/abismal.cpp +++ b/src/abismal.cpp @@ -2012,7 +2012,7 @@ int abismal(int argc, const char **argv) { try { - static const string ABISMAL_VERSION = "3.0.0"; + static const string ABISMAL_VERSION = "3.1.0"; bool VERBOSE = false; bool GA_conversion = false; bool allow_ambig = false;