forked from szafranski/RH-ota
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathversion.txt
executable file
·18 lines (13 loc) · 928 Bytes
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
6j1.421.35
4.2.0-beta.3
First line - version of this program - it has nothing to do with the RH version.
First number refers to last stable RH version that can be installed using particular release.
Second number is the API level of the newest contained nodes firmware (Arduino).
Third number refers to the actual version of the Manager itself.
For example version 6a.401.35 could handle installation/update of the RotorHazard server v4.0.1,
would contain firmware with the API level 35 and the Manager release "name" would be "6a".
Features and functions are described in files in /docs folder.
# keep the version number in first line of this file
# this file is important cause stable RotorHazard target is being deducted from the first number in first line
# in the rpi_update.py file - first function - KEEP IT THAT WAY!!!
# keep third line as it is as well - same reason; RH beta release name is deducted the same way