Skip to content

Commit

Permalink
ready for release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaomingfu committed Feb 1, 2021
1 parent fd5e234 commit 2a4f017
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.bioconda.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(rnabridge-align, 1.0.0, [email protected])
AC_INIT(rnabridge-align, 1.0.1, [email protected])
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR([src/main.cc])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion configure.linux.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(rnabridge-align, 1.0.0, [email protected])
AC_INIT(rnabridge-align, 1.0.1, [email protected])
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR([src/main.cc])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion configure.mac.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.69])
AC_INIT(rnabridge-align, 1.0.0, [email protected])
AC_INIT(rnabridge-align, 1.0.1, [email protected])
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR([src/main.cc])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool output_tex_files = false;
string fixed_gene_name = "";
int batch_bundle_size = 100;
int verbose = 1;
string version = "v1.0.0";
string version = "v1.0.1";

int parse_arguments(int argc, const char ** argv)
{
Expand Down

0 comments on commit 2a4f017

Please sign in to comment.