We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a705b46 commit 0645314Copy full SHA for 0645314
cmake/build-version.cmake
@@ -19,7 +19,7 @@ macro( project_version )
19
endif( )
20
if( POLICY CMP0048 )
21
cmake_policy( SET CMP0048 NEW )
22
- project( ${PV_NAME} VERSION 0.5.0.0 LANGUAGES ${PV_LANGUAGES} )
+ project( ${PV_NAME} VERSION 0.4.2.0 LANGUAGES ${PV_LANGUAGES} )
23
24
else( )
25
project( ${PV_NAME} ${PV_LANGUAGES} )
@@ -29,11 +29,11 @@ macro( project_version )
29
30
31
if( NOT DEFINED ${PV_NAME}_VERSION_MINOR )
32
- set( ${PV_NAME}_VERSION_MINOR 5 )
+ set( ${PV_NAME}_VERSION_MINOR 4 )
33
34
35
if( NOT DEFINED ${PV_NAME}_VERSION_PATCH )
36
- set( ${PV_NAME}_VERSION_PATCH 0 )
+ set( ${PV_NAME}_VERSION_PATCH 2 )
37
38
39
if( NOT DEFINED ${PV_NAME}_VERSION_TWEAK )
0 commit comments