Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
shaomingfu committed Apr 24, 2020
1 parent 121b199 commit f9c5d07
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 @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT(meta-scallop, 0.1.2, shaomingfu@gmail.com)
AC_INIT(meta-scallop, 0.1.3, shaomingfu@gmail.com)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR([meta/main.cc])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion util/parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters::parameters()
output_gtf_dir = "";
verbose = 1;
algo = "meta-scallop";
version = "0.1.2";
version = "0.1.3";
max_threads = 10;

// for meta-assembly
Expand Down

0 comments on commit f9c5d07

Please sign in to comment.