X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=a04cf380cfff4cb9aac8d561d0fb28214b52e45a;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=88beb4edc1160c24e84af7dc43e8d1a72bc6fcc1;hpb=25a2a1f6598b6452455da96c28a7f58fd9e7ed2d;p=bamtools.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 88beb4e..a04cf38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,9 @@ ensure_out_of_source_build (" (or the Windows equivalent)\n") # set BamTools version information -set (BamTools_VERSION_MAJOR 1) +set (BamTools_VERSION_MAJOR 2) set (BamTools_VERSION_MINOR 0) -set (BamTools_VERSION_BUILD 2) +set (BamTools_VERSION_BUILD 0) # set our library and executable destination dirs set (EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin")