15 #ifndef NINJA_VERSION_H_
16 #define NINJA_VERSION_H_
25 void ParseVersion(
const std::string& version,
int* major,
int* minor);
const char * kNinjaVersion
The version number of the current Ninja release.
void CheckNinjaVersion(const std::string &required_version)
Check whether version is compatible with the current Ninja version, aborting if not.
void ParseVersion(const std::string &version, int *major, int *minor)
Parse the major/minor components of a version string.