We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e32b7a commit 9f2fa61Copy full SHA for 9f2fa61
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
3
project(
4
BamTools
5
LANGUAGES CXX
6
- VERSION 2.5.1)
+ VERSION 2.5.2)
7
8
# Set Release type for builds where CMAKE_BUILD_TYPE is unset
9
# This is usually a good default as this implictly enables
docs/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = BamTools
31
# This could be handy for archiving the generated documentation or
32
# if some version control system is used.
33
34
-PROJECT_NUMBER = 2.5.1
+PROJECT_NUMBER = 2.5.2
35
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
# base path where the generated documentation will be put.
0 commit comments