File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.0 )
13
13
cmake_policy ( SET CMP0048 NEW )
14
14
15
15
# set project name and version
16
- project ( BamTools LANGUAGES CXX VERSION 2.5.0 )
16
+ project ( BamTools LANGUAGES CXX VERSION 2.5.1 )
17
17
18
18
# on macOS, MACOSX_RPATH is enabled by default on more recent versions
19
19
# of CMake. Disable this behaviour, and let user enable it if need be.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PROJECT_NAME = BamTools
31
31
# This could be handy for archiving the generated documentation or
32
32
# if some version control system is used.
33
33
34
- PROJECT_NUMBER = 2.5.0
34
+ PROJECT_NUMBER = 2.5.1
35
35
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
37
# base path where the generated documentation will be put.
You can’t perform that action at this time.
0 commit comments