]> git.donarmstrong.com Git - bamtools.git/blobdiff - CMakeLists.txt
Fixed: sorting order lost during merge step of sort tool, if input BAM
[bamtools.git] / CMakeLists.txt
index 8deded9166da085bb94a1726d2732a3dfaaa204d..96d34676a13cbe20e702e654622355cc54467772 100644 (file)
@@ -32,7 +32,7 @@ ensure_out_of_source_build( "
 # set BamTools version information
 set( BamTools_VERSION_MAJOR 2 )
 set( BamTools_VERSION_MINOR 1 )
-set( BamTools_VERSION_BUILD 0 )
+set( BamTools_VERSION_BUILD 1 )
 
 # set our library and executable destination dirs
 set( EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin" )