Skip to content

Commit 0645314

Browse files
committed
version for master branch release
1 parent a705b46 commit 0645314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/build-version.cmake

Lines changed: 3 additions & 3 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.0.0 LANGUAGES ${PV_LANGUAGES} )
22+
project( ${PV_NAME} VERSION 0.4.2.0 LANGUAGES ${PV_LANGUAGES} )
2323

2424
else( )
2525
project( ${PV_NAME} ${PV_LANGUAGES} )
@@ -29,11 +29,11 @@ macro( project_version )
2929
endif( )
3030

3131
if( NOT DEFINED ${PV_NAME}_VERSION_MINOR )
32-
set( ${PV_NAME}_VERSION_MINOR 5 )
32+
set( ${PV_NAME}_VERSION_MINOR 4 )
3333
endif( )
3434

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

3939
if( NOT DEFINED ${PV_NAME}_VERSION_TWEAK )

0 commit comments

Comments
 (0)