]> git.donarmstrong.com Git - bamtools.git/blobdiff - CMakeLists.txt
Clarified documentation on BamReader::GetNextAlignmentCore
[bamtools.git] / CMakeLists.txt
index 27deb55c2b1ba59164fb6f50878d0d3079e022ee..9b97fa07bb4aa05f646d7f0e8130d479134756fa 100644 (file)
@@ -31,8 +31,8 @@ ensure_out_of_source_build( "
 
 # set BamTools version information
 set( BamTools_VERSION_MAJOR 2 )
-set( BamTools_VERSION_MINOR 2 )
-set( BamTools_VERSION_BUILD 1 )
+set( BamTools_VERSION_MINOR 3 )
+set( BamTools_VERSION_BUILD 0 )
 
 # set our library and executable destination dirs
 set( EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin" )