From 4eaf24da50e52f8fe08e02301c5b64d1a484beed Mon Sep 17 00:00:00 2001 From: amcamd Date: Tue, 25 Jul 2017 15:35:23 -0500 Subject: [PATCH] version for master branch release --- cmake/build-version.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/build-version.cmake b/cmake/build-version.cmake index f7f17ead7..f907983eb 100644 --- a/cmake/build-version.cmake +++ b/cmake/build-version.cmake @@ -19,7 +19,7 @@ macro( project_version ) endif( ) if( POLICY CMP0048 ) cmake_policy( SET CMP0048 NEW ) - project( ${PV_NAME} VERSION 0.5.2.0 LANGUAGES ${PV_LANGUAGES} ) + project( ${PV_NAME} VERSION 0.4.3.0 LANGUAGES ${PV_LANGUAGES} ) else( ) project( ${PV_NAME} ${PV_LANGUAGES} ) @@ -29,11 +29,11 @@ macro( project_version ) endif( ) if( NOT DEFINED ${PV_NAME}_VERSION_MINOR ) - set( ${PV_NAME}_VERSION_MINOR 5 ) + set( ${PV_NAME}_VERSION_MINOR 4 ) endif( ) if( NOT DEFINED ${PV_NAME}_VERSION_PATCH ) - set( ${PV_NAME}_VERSION_PATCH 2 ) + set( ${PV_NAME}_VERSION_PATCH 3 ) endif( ) if( NOT DEFINED ${PV_NAME}_VERSION_TWEAK )