Skip to content

Commit

Permalink
bump SDK version to 0.43.2 (microsoft#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdacamar authored Jan 3, 2024
1 parent 294a10a commit 18a4320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "microsoft-ifc-sdk",
"version-semver": "0.43.1",
"version-semver": "0.43.2",
"dependencies": ["ms-gsl"]
}

0 comments on commit 18a4320

Please sign in to comment.