Skip to content

Commit

Permalink
preparing for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Aug 5, 2021
1 parent 9fbf2ee commit 2b1ca0a
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], [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
Expand Down
2 changes: 1 addition & 1 deletion src/abismal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b1ca0a

Please sign in to comment.