From 48233a28881f887b5847a031c5febbee19fcb3ad Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 2 Nov 2017 03:58:43 +0100 Subject: [PATCH] Cut 2.4.2 release --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b916223..85555aa1 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.1 ) +project( BamTools LANGUAGES CXX VERSION 2.4.2 ) # 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 6c8f51be..44eb6b02 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.1 +PROJECT_NUMBER = 2.4.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.