Skip to content

Commit

Permalink
API: Upgrade version to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Orderud committed May 25, 2020
1 parent 91f9aad commit d57a64b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DummyLoader/DummyLoader.idl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "IImage3d.idl";


[
version(1.2),
version(2.0),
uuid(ED4540BD-07B5-44B0-BCDE-3E2C1D99183B),
helpstring("DummyLoader module")
]
Expand All @@ -13,7 +13,7 @@ library DummyLoader
importlib("stdole2.tlb");

[
version(1.2),
version(2.0),
uuid(50BE330D-F729-4D8F-A1E4-C939E0598EDF),
helpstring("3D image source")
]
Expand All @@ -23,7 +23,7 @@ library DummyLoader
};

[
version(1.2),
version(2.0),
uuid(1326A2C6-7753-4584-B866-CDF3C6E240F1),
helpstring("3D image file loader")
]
Expand Down
4 changes: 2 additions & 2 deletions Image3dAPI/IImage3d.idl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ typedef [
v1_enum, // 32bit enum size
helpstring("Image3dAPI version.")]
enum Image3dAPIVersion {
IMAGE3DAPI_VERSION_MAJOR = 1,
IMAGE3DAPI_VERSION_MINOR = 2,
IMAGE3DAPI_VERSION_MAJOR = 2,
IMAGE3DAPI_VERSION_MINOR = 0,
} Image3dAPIVersion;


Expand Down

0 comments on commit d57a64b

Please sign in to comment.