From 94f072ecbfc000aa402fda40ecff4c6cb37040fc Mon Sep 17 00:00:00 2001 From: Derek Barnett Date: Fri, 1 Dec 2017 15:18:57 -0600 Subject: [PATCH] Cut 2.5.0 release --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85555aa1..f19f4ed7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.0 ) cmake_policy( SET CMP0048 NEW ) # set project name and version -project( BamTools LANGUAGES CXX VERSION 2.4.2 ) +project( BamTools LANGUAGES CXX VERSION 2.5.0 ) # on macOS, MACOSX_RPATH is enabled by default on more recent versions # of CMake. Disable this behaviour, and let user enable it if need be. diff --git a/docs/Doxyfile b/docs/Doxyfile index 44eb6b02..239f929d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = BamTools # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.4.2 +PROJECT_NUMBER = 2.5.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.