Skip to content

Commit

Permalink
peparing for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Jan 20, 2022
1 parent a060499 commit 255c20f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SUBDIRS := src/smithlab_cpp
install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp, $(SUBDIRS))
AM_CPPFLAGS = -I $(top_srcdir)/src/smithlab_cpp

CXXFLAGS = -O3 -funroll-loops # default has optimization on
CXXFLAGS = -O3 # default has optimization on
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)

LDADD = src/smithlab_cpp/libsmithlab_cpp.a
Expand Down
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], [1.0.0], [[email protected]],
AC_INIT([abismal], [2.0.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 @@ -1721,7 +1721,7 @@ run_paired_ended(const bool VERBOSE,
int main(int argc, const char **argv) {

try {
static const string ABISMAL_VERSION = "1.0.0";
static const string ABISMAL_VERSION = "2.0.0";
bool VERBOSE = false;
bool GA_conversion = false;
bool allow_ambig = false;
Expand Down

0 comments on commit 255c20f

Please sign in to comment.