Randy Mackay
8514cb3246
Rover: version to 4.1.0-dev
2020-03-04 15:43:33 +09:00
Randy Mackay
37a5e96458
Rover: version to 4.0.1-dev
2019-11-27 10:55:27 +09:00
Randy Mackay
927a1e4f9d
Rover: fix version to be 4.0.0
2019-10-01 20:05:53 +09:00
Randy Mackay
981b2b1d50
Rover: version to 4.0.0-dev
2019-09-17 11:39:47 +09:00
Randy Mackay
99dd588f28
Rover: version to 3.6.0-dev
2019-03-15 21:18:51 +09:00
Randy Mackay
fada9f1990
Rover: version to 3.5.0-dev
2018-08-01 20:23:24 +09:00
Randy Mackay
3ca520021b
Rover: version to 3.4.2-dev
2018-06-12 20:57:25 +09:00
Randy Mackay
468fc26e31
Rover: version to 3.4.0-dev
2018-05-09 13:32:50 +09:00
Randy Mackay
073d9519ca
Rover: version to ArduRover V3.3.0-dev
2018-03-12 16:11:37 +09:00
Randy Mackay
0626d105ed
Rover: version 3.2.1-dev fix
2018-01-29 19:37:46 +09:00
Randy Mackay
ed452c6a27
Rover: version to 3.2.1-dev
...
this helps us easily determine if developer versions are from before or after the 3.2 release
2018-01-13 17:53:18 +09:00
Lucas De Marchi
ad05e0a643
APMrover2: protect version.h from inclusion and use ap_version.h
2017-09-23 21:37:45 -07:00
Peter Barker
d98c427514
Rover: add constant structure holding firmware version
2017-08-30 15:54:46 +01:00
Randy Mackay
1fb6d45d5f
Rover: version to 3.2.0-dev
2017-07-08 12:24:57 +09:00
Grant Morphett
192ffdcca8
Rover: Creating beta release 3.2.0 Beta2
2017-05-04 21:59:45 +10:00
Grant Morphett
0f671394e5
Rover: Creating Rover 3.2.0 BETA 1.
2017-04-03 12:28:30 +10:00
Grant Morphett
8f252c4983
Rover: Incrementing version number to 3.2.0-dev
2017-02-24 11:29:25 +11:00
Grant Morphett
77319bb7b2
Rover: Creating Stable release 3.1.0
2016-12-22 16:33:16 +11:00
Grant Morphett
939fb8ddd1
Rover: Creating Rover v3.1.0beta6
2016-11-28 16:41:26 +11:00
Grant Morphett
a6a9678e94
Rover: Creating 3.1.0 Beta Release 5
2016-10-30 22:50:59 +11:00
Grant Morphett
e88995385a
Rover: Creating 3.1.0 Beta Release 4
...
New MAV_CMD_NAV_SET_YAW_SPEED and
COMMAND_INT MAV_CMD_DO_SET_ROI amonst others.
2016-10-25 08:07:23 +11:00
Grant Morphett
c5adb91017
Rover: Creating Beta Release 3 with recent parameter corruption fix.
2016-09-06 15:07:14 +10:00
Grant Morphett
b6b10505f1
Rover: New BETA release of Rover 3.1.0Beta2
2016-09-03 08:58:12 +10:00
Grant Morphett
35422e169b
Rover: Creating v3.1.0 BETA
2016-07-23 12:06:26 +10:00
Grant Morphett
2279c20ed7
Rover: Rover Release 3.0.1
2016-06-17 13:11:04 +10:00
Grant Morphett
27ae46dfda
Rover: Creating v3.0.1 beta release.
2016-06-01 10:45:51 +10:00
Lucas De Marchi
fea084a596
Global: use ap_version.h
...
This header is used by waf to contain the generated version macros,
particularly using the git hash. For waf it's better to be in a separate
header since it then can keep track of changes on it a trigger
recompilation.
For the make build system, a dummy ap_version.h file has been added in
the missing/ folder so both implementations can co-exist.
2016-05-06 13:11:28 -03:00
Lucas De Marchi
d3ee998fa6
APMrover2: use separate header for version macro
...
Having the version macro in the config.h and consequently in the main
vehicle header means that whenever the version changes we need to
compiler the whole vehicle again. This would not be so bad if we weren't
also appending the git hash in the version. In this case, whenever we
commit to the repository we would need to recompile everything.
Move to a separate header that is include only by its users. Then
instead of compiling everything we will compile just a few files.
2016-05-06 13:11:28 -03:00