Skip to content

Commit

Permalink
version bump -> 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pezmaster31 committed Jun 30, 2016
1 parent 8d6d7fc commit 51ba207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ensure_out_of_source_build( "
# set BamTools version information
set( BamTools_VERSION_MAJOR 2 )
set( BamTools_VERSION_MINOR 4 )
set( BamTools_VERSION_BUILD 0 )
set( BamTools_VERSION_BUILD 1 )

# set our library and executable destination dirs
set( EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin" )
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
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.0
PROJECT_NUMBER = 2.4.1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion src/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set( BamToolsAPISources
# create main BamTools API shared library
add_library( BamTools SHARED ${BamToolsAPISources} )
set_target_properties( BamTools PROPERTIES
SOVERSION "2.4.0"
SOVERSION "2.4.1"
OUTPUT_NAME "bamtools" )

# create main BamTools API static library
Expand Down
2 changes: 1 addition & 1 deletion src/toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add_executable( bamtools_cmd

# set BamTools application properties
set_target_properties( bamtools_cmd PROPERTIES
VERSION 2.4.0
VERSION 2.4.1
OUTPUT_NAME "bamtools"
)
# make version info available in application
Expand Down

0 comments on commit 51ba207

Please sign in to comment.