mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
Annotate build type classes for ver command
This commit is contained in:
@@ -104,6 +104,11 @@ uint32_t version_tag_to_number(const char *tag)
|
||||
}
|
||||
|
||||
// XXX not reporting patch version yet
|
||||
// dev > 0
|
||||
// alpha > 64
|
||||
// beta > 128
|
||||
// release candidate > 192
|
||||
// release > 255
|
||||
ver = (ver << 8);
|
||||
|
||||
return ver;
|
||||
|
||||
Reference in New Issue
Block a user