Skip to content

Commit 9f2fa61

Browse files
committed
Release 2.5.2
1 parent 2e32b7a commit 9f2fa61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
33
project(
44
BamTools
55
LANGUAGES CXX
6-
VERSION 2.5.1)
6+
VERSION 2.5.2)
77

88
# Set Release type for builds where CMAKE_BUILD_TYPE is unset
99
# This is usually a good default as this implictly enables

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = BamTools
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 2.5.1
34+
PROJECT_NUMBER = 2.5.2
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

0 commit comments

Comments
 (0)