Skip to content

Commit

Permalink
update version; prepare to release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shaomingfu committed Sep 16, 2021
1 parent 26aa234 commit 19b9111
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The development of Scallop2 has been based on the [Scallop](https://github.com/K
Scallop2 can be easily installed with conda: [![Anaconda-Server Badge](https://anaconda.org/bioconda/scallop2/badges/installer/conda.svg)](https://anaconda.org/bioconda/scallop2)

Install from source code: download the source code of Scallop2 from
[here](https://github.com/Shao-Group/scallop2/releases/download/v1.1.1/scallop2-1.1.1.tar.gz).
[here](https://github.com/Shao-Group/scallop2/releases/download/v1.1.2/scallop2-1.1.2.tar.gz).
Scallop2 uses additional libraries of Boost and htslib.
If they have not been installed in your system, you first
need to download and install them. You might also need to
Expand Down
1 change: 1 addition & 0 deletions configure.ac
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(scallop2, 1.1.1, [email protected])
AC_INIT(scallop2, 1.1.2, [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(scallop2, 1.1.1, [email protected])
AC_INIT(scallop2, 1.1.2, [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(scallop2, 1.1.1, [email protected])
AC_INIT(scallop2, 1.1.2, [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 @@ -103,7 +103,7 @@ string fixed_gene_name = "";
int batch_bundle_size = 100;
int verbose = 1;
int assemble_duplicates = 10;
string version = "v1.1.1";
string version = "v1.1.2";

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

0 comments on commit 19b9111

Please sign in to comment.