Skip to content

Commit

Permalink
version for develop branch at release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Jul 25, 2017
1 parent 4eaf24d commit 72f346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4.3.0 LANGUAGES ${PV_LANGUAGES} )
project( ${PV_NAME} VERSION 0.5.3.0 LANGUAGES ${PV_LANGUAGES} )

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

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

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

0 comments on commit 72f346a

Please sign in to comment.