Skip to content

Commit 035f5dc

Browse files
author
Kent Knox
committed
Adjust minor version number
1 parent 4b6ff60 commit 035f5dc

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.4.0 LANGUAGES ${PV_LANGUAGES} )
22+
project( ${PV_NAME} VERSION 0.4.4.0 LANGUAGES ${PV_LANGUAGES} )
2323

2424
else( )
2525
project( ${PV_NAME} ${PV_LANGUAGES} )
@@ -29,7 +29,7 @@ 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 )

0 commit comments

Comments
 (0)