Skip to content

Commit

Permalink
fix(developer): min Keyman version for LDML is 17.0
Browse files Browse the repository at this point in the history
Fixes #10959.
  • Loading branch information
mcdurdin committed Mar 11, 2024
1 parent cb6267d commit 812e914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/web/types/src/kmx/kmx-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class KMXBuilder {

this.comp_header = {
dwIdentifier: KMXFile.FILEID_COMPILED,
dwFileVersion: KMXFile.VERSION_160,
dwFileVersion: KMXFile.VERSION_170,
dwCheckSum: 0, // Deprecated in Keyman 16.0
KeyboardID: 0,
IsRegistered: 1,
Expand Down

0 comments on commit 812e914

Please sign in to comment.