From 9f2fa61d5c10588a426dec12422255d6d0c87d84 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Jun 2021 21:43:51 +0200 Subject: [PATCH] Release 2.5.2 --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f821a4b..fc3a80c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project( BamTools LANGUAGES CXX - VERSION 2.5.1) + VERSION 2.5.2) # Set Release type for builds where CMAKE_BUILD_TYPE is unset # This is usually a good default as this implictly enables diff --git a/docs/Doxyfile b/docs/Doxyfile index 0509fa42..fd6b1d5d 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.5.1 +PROJECT_NUMBER = 2.5.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.