From 88ab5f108b608a13e7412a03caaca43f857539bd Mon Sep 17 00:00:00 2001 From: philres Date: Tue, 4 Jul 2017 09:54:19 +0200 Subject: [PATCH] Version 0.2.6 --- CMakeLists.txt | 2 +- README.md | 2 +- src/Version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6305a15a..e374db5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ IF(CMAKE_BUILD_TYPE STREQUAL "Debug") message(STATUS "Building in debug mode!") set( NGM_VERSION_BUILD 5-debug ) else() - set( NGM_VERSION_BUILD 5 ) + set( NGM_VERSION_BUILD 6 ) ENDIF() find_package( ZLIB REQUIRED ) diff --git a/README.md b/README.md index b6339374..d4f8e878 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Quick start -Download [binary](https://github.com/philres/ngmlr/releases/tag/v0.2.5) from github and unzip or [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/ngmlr/README.html) or pull docker [![Docker Automated buil](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/philres/ngmlr/). For updates follow [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&style=plastic)](https://twitter.com/philres1) +Download [binary](https://github.com/philres/ngmlr/releases/tag/v0.2.6) from github and unzip or [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/ngmlr/README.html) or pull docker [![Docker Automated buil](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/philres/ngmlr/). For updates follow [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&style=plastic)](https://twitter.com/philres1) For Pacbio data run: ```bash diff --git a/src/Version.h b/src/Version.h index b69bd727..ae5eb673 100644 --- a/src/Version.h +++ b/src/Version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR "0" #define VERSION_MINOR "2" -#define VERSION_BUILD "5" +#define VERSION_BUILD "6" #endif // VERSION_H