mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 08:24:07 +08:00
7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CONFIG_VERSION_STRING="0.0"
|
|
CONFIG_VERSION_MAJOR=0
|
|
CONFIG_VERSION_MINOR=0
|
|
CONFIG_VERSION_BUILD=0
|