diff --git a/CMakeLists.txt b/CMakeLists.txt index a738af7..db4e6e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(ifc_spec_version 0.43) project( ifc-sdk - VERSION "${ifc_spec_version}.1" + VERSION "${ifc_spec_version}.2" LANGUAGES CXX ) diff --git a/vcpkg.json b/vcpkg.json index 95045b1..0ff14b9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { "name": "microsoft-ifc-sdk", - "version-semver": "0.43.1", + "version-semver": "0.43.2", "dependencies": ["ms-gsl"] }