Skip to content

Commit

Permalink
preparing for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Sep 22, 2022
1 parent 138aef1 commit ed7aa01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]],
AC_INIT([abismal], [3.1.0], [[email protected]],
[abismal], [https://github.com/smithlabcode/abismal])

dnl the config.h is not currently #included in the source, and only
Expand Down
2 changes: 1 addition & 1 deletion src/abismal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed7aa01

Please sign in to comment.