Skip to content

Commit

Permalink
Version bumped to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristina Yenyxe Gonzalez Garcia authored Mar 22, 2017
1 parent 92c05c6 commit 864913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (vcf-validator CXX C)

set (vcf-validator_VERSION_MAJOR 0)
set (vcf-validator_VERSION_MINOR 4)
set (vcf-validator_VERSION_PATCH 2)
set (vcf-validator_VERSION_PATCH 3)

# no unknown pragmas: ODB compiler uses some pragmas that the regular compiler doesn't need
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wno-unknown-pragmas")
Expand Down

0 comments on commit 864913a

Please sign in to comment.