Skip to content

Commit

Permalink
version for master branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Jun 21, 2017
1 parent a705b46 commit 0645314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/build-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ macro( project_version )
endif( )
if( POLICY CMP0048 )
cmake_policy( SET CMP0048 NEW )
project( ${PV_NAME} VERSION 0.5.0.0 LANGUAGES ${PV_LANGUAGES} )
project( ${PV_NAME} VERSION 0.4.2.0 LANGUAGES ${PV_LANGUAGES} )

else( )
project( ${PV_NAME} ${PV_LANGUAGES} )
Expand All @@ -29,11 +29,11 @@ macro( project_version )
endif( )

if( NOT DEFINED ${PV_NAME}_VERSION_MINOR )
set( ${PV_NAME}_VERSION_MINOR 5 )
set( ${PV_NAME}_VERSION_MINOR 4 )
endif( )

if( NOT DEFINED ${PV_NAME}_VERSION_PATCH )
set( ${PV_NAME}_VERSION_PATCH 0 )
set( ${PV_NAME}_VERSION_PATCH 2 )
endif( )

if( NOT DEFINED ${PV_NAME}_VERSION_TWEAK )
Expand Down

0 comments on commit 0645314

Please sign in to comment.