Skip to content

Commit d24d850

Browse files
committed
Cut 2.5.1 release
1 parent 9e09e28 commit d24d850

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
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.0 )
1313
cmake_policy( SET CMP0048 NEW )
1414

1515
# set project name and version
16-
project( BamTools LANGUAGES CXX VERSION 2.5.0 )
16+
project( BamTools LANGUAGES CXX VERSION 2.5.1 )
1717

1818
# on macOS, MACOSX_RPATH is enabled by default on more recent versions
1919
# of CMake. Disable this behaviour, and let user enable it if need be.

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.0
34+
PROJECT_NUMBER = 2.5.1
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)