From 6fa39483c80bd1740cc3250ebcdc649d9c139ca8 Mon Sep 17 00:00:00 2001 From: guilhermesena1 Date: Tue, 24 May 2022 13:50:17 -0700 Subject: [PATCH] preparing for 3.0 --- configure.ac | 2 +- src/abismal.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index edef7d3..2d82795 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], [2.0.0], [andrewds@usc.edu], +AC_INIT([abismal], [3.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 9d8d762..cee8cce 100644 --- a/src/abismal.cpp +++ b/src/abismal.cpp @@ -1963,7 +1963,7 @@ file_exists(const string &filename) { int main(int argc, const char **argv) { try { - static const string ABISMAL_VERSION = "2.0.0"; + static const string ABISMAL_VERSION = "3.0.0"; bool VERBOSE = false; bool GA_conversion = false; bool allow_ambig = false;