Skip to content

Commit 4b6ff60

Browse files
author
Kent Knox
authored
Merge pull request #18 from kknox/bump-version
Bump patch version to 4
2 parents 4da4944 + 20d0518 commit 4b6ff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/build-version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ macro( project_version )
1919
endif( )
2020
if( POLICY CMP0048 )
2121
cmake_policy( SET CMP0048 NEW )
22-
project( ${PV_NAME} VERSION 0.5.3.0 LANGUAGES ${PV_LANGUAGES} )
22+
project( ${PV_NAME} VERSION 0.5.4.0 LANGUAGES ${PV_LANGUAGES} )
2323

2424
else( )
2525
project( ${PV_NAME} ${PV_LANGUAGES} )
@@ -33,7 +33,7 @@ macro( project_version )
3333
endif( )
3434

3535
if( NOT DEFINED ${PV_NAME}_VERSION_PATCH )
36-
set( ${PV_NAME}_VERSION_PATCH 3 )
36+
set( ${PV_NAME}_VERSION_PATCH 4 )
3737
endif( )
3838

3939
if( NOT DEFINED ${PV_NAME}_VERSION_TWEAK )

0 commit comments

Comments
 (0)