Skip to content

Commit

Permalink
prepping for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Apr 8, 2021
1 parent b4f5adb commit c2e4468
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.1.2], [andrewds@usc.edu],
AC_INIT([abismal], [0.2.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 @@ -1464,7 +1464,7 @@ select_max_candidates(const uint32_t genome_size,
int main(int argc, const char **argv) {

try {
static const string ABISMAL_VERSION = "0.1.2";
static const string ABISMAL_VERSION = "0.2.0";
string index_file;
string outfile;
string stats_outfile = "";
Expand Down

0 comments on commit c2e4468

Please sign in to comment.