Skip to content

Commit

Permalink
Bump tile format version (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconne authored Jun 2, 2022
1 parent 9ebf7af commit 441deaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/api/core-common.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1684,8 +1684,8 @@ export const CURRENT_REQUEST: unique symbol;

// @internal
export enum CurrentImdlVersion {
Combined = 1835008,
Major = 28,
Combined = 1900544,
Major = 29,
Minor = 0
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-common",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-common"
}
2 changes: 1 addition & 1 deletion core/common/src/tile/IModelTileIO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export enum CurrentImdlVersion {
* front-end is not capable of reading the tile content. Otherwise, this front-end can read the tile content even if the header specifies a
* greater minor version than CurrentVersion.Minor, although some data may be skipped.
*/
Major = 28,
Major = 29,
/** The unsigned 16-bit minor version number. If the major version in the tile header is equal to CurrentVersion.Major, then this package can
* read the tile content even if the minor version in the tile header is greater than this value, although some data may be skipped.
*/
Expand Down

0 comments on commit 441deaa

Please sign in to comment.