1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

New version structure

This commit is contained in:
borisbstyle 2015-10-29 16:06:01 +01:00
parent 21258ce42d
commit 2eee0f3e4f
14 changed files with 5 additions and 46528 deletions

View file

@ -2217,7 +2217,7 @@ static void cliVersion(char *cmdline)
{
UNUSED(cmdline);
printf("# BetaFlight Final/%s %s %s / %s (%s)",
printf("# BetaFlight/%s %s %s / %s (%s)",
targetName,
FC_VERSION_STRING,
buildDate,