Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0Version 17.0 (current version)

Index

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 17.0.

KM0000D: ERROR_InvalidVersion


Message Version number '<param>' must be a semantic version format string with 'major.minor.patch' components.
Module kmc-ldml.LdmlCompilerMessages
Identifier ERROR_InvalidVersion

The version number in the LDML keyboard file must be a semantic version (semver) string. This string has a format of three integers representing major, minor, and patch versions, separated by periods. In the LDML keyboard specification, the full semver format is permitted, including pre-release suffix strings, but the Keyman toolchain currently restricts the format to the three integer components.

Example: "1.12.3"