From b26147c1c794cff9695fb06489a8e6a031677dee Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Wed, 10 Feb 2021 07:05:16 +0000 Subject: [PATCH] Release V 0.6.0 alpha 3 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 1c10b4c6fa..788ffd8a5a 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -24,7 +24,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged project (IfcOpenShell VERSION 0.6.0) # use extra version to make pre-release using eg semver -set( EXTRA_VERSION "-alpha.2") +set( EXTRA_VERSION "-alpha.3") foreach(max_year RANGE 2014 2030) set(max_sdk "$ENV{ADSK_3DSMAX_SDK_${max_year}}")