mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +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
|