Release V0.6.0 alpha 2

install in standard python dir
bump up version
This commit is contained in:
Christophe Prud'homme
2021-02-09 14:26:07 +00:00
parent 2805cda64b
commit 28126e0c51
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.1")
set( EXTRA_VERSION "-alpha.2")
foreach(max_year RANGE 2014 2030)
set(max_sdk "$ENV{ADSK_3DSMAX_SDK_${max_year}}")