API Version: 1.0
Library Version: 1.8.1
gchar* fu_common_version_ensure_semver ( const gchar* version )
Builds a semver from the possibly crazy version number.
version
const gchar*
A version number, e.g. V1.2.3
V1.2.3
NULL
gchar*
A version number, e.g. 1.2.3, or NULL if the version was not valid.
1.2.3