Skip to content

Commit

Permalink
Cut 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pezmaster31 committed Dec 1, 2017
1 parent 0a02bb6 commit 94f072e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.0 )
cmake_policy( SET CMP0048 NEW )

# set project name and version
project( BamTools LANGUAGES CXX VERSION 2.4.2 )
project( BamTools LANGUAGES CXX VERSION 2.5.0 )

# on macOS, MACOSX_RPATH is enabled by default on more recent versions
# of CMake. Disable this behaviour, and let user enable it if need be.
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Expand Up @@ -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.4.2
PROJECT_NUMBER = 2.5.0

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

0 comments on commit 94f072e

Please sign in to comment.