Skip to content

Commit

Permalink
Version bumped to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristina Yenyxe Gonzalez Garcia committed May 4, 2017
1 parent b1954cb commit 4530f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8)
project (vcf-validator CXX C)

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

# 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 4530f2c

Please sign in to comment.