Commit Graph

35 Commits

Author SHA1 Message Date
Randy Mackay 3f6b43e3aa Copter: version to 4.0.5 2020-10-27 08:11:27 +09:00
Randy Mackay 8c5ddf4d3f Copter: version to 4.0.5-rc2 2020-10-08 08:44:59 +09:00
Randy Mackay 0a92311bfe Copter: version to 4.0.5-rc1 2020-10-02 10:47:15 +09:00
Randy Mackay 40502bd9c1 Copter: version to 4.0.4 2020-09-16 13:48:49 +09:00
Randy Mackay 0a7a0e3f29 Copter: version to 4.0.4-rc4 2020-08-27 20:15:30 +09:00
Randy Mackay d70e75b34e Copter: version to 4.0.4-rc3 2020-07-30 09:00:55 +09:00
Randy Mackay 93f0c46d7a Copter: version to 4.0.4-rc2 2020-06-16 13:04:23 +09:00
Randy Mackay 5f31c5d09f Copter: version to 4.0.4-rc1 2020-06-01 10:36:05 +09:00
Randy Mackay ffd08628c4 Copter: version to 4.0.3 2020-02-28 21:19:31 +09:00
Randy Mackay 8b000e6673 Copter: version to 4.0.3-rc1 2020-02-20 11:41:48 +09:00
Randy Mackay aae944a87d Copter: version to 4.0.2 2020-02-11 12:27:33 +09:00
Randy Mackay a15795542c Copter: version to 4.0.2-rc4 2020-02-05 17:48:53 +09:00
Randy Mackay ca82c6af6c Copter: version to 4.0.2-rc3 2020-02-01 17:02:59 +09:00
Randy Mackay cc035d5e99 Copter: version to 4.0.2-rc1 2020-01-31 20:20:12 +09:00
Randy Mackay 61f191dedd Copter: version to 4.0.1 2020-01-25 09:55:06 +09:00
Randy Mackay 5c15e1d7a9 Copter: version to 4.0.1-rc3 2020-01-19 11:02:05 +09:00
Randy Mackay f612140634 Copter: version to 4.0.1-rc2 2020-01-10 16:20:07 +09:00
Randy Mackay b30121df66 Copter: version to 4.0.1-rc1 2020-01-09 21:16:55 +09:00
Randy Mackay 49693540bd Copter: version to 4.0.0 2019-12-29 12:35:43 +09:00
Randy Mackay e5dfb036e7 Copter: version to 4.0.0-rc6 2019-12-28 10:24:22 +09:00
Randy Mackay 1ad27a7b9d Copter: version to 4.0.0-rc5 2019-12-23 18:32:16 +09:00
Randy Mackay 4c9117c61c Copter: version to 4.0.0-rc4 2019-12-20 09:16:35 +09:00
Randy Mackay 2e0323f75a Copter: version to 4.0.0-rc3 2019-12-17 11:08:01 +09:00
Randy Mackay 5701af1a30 Copter: version to 4.0.0-rc2 2019-11-04 14:25:39 +09:00
Randy Mackay ec01ae4ce7 Copter: version to 4.0.0-rc1 2019-10-26 09:32:39 +09:00
Randy Mackay cba03da59a Copter: version to 4.0.0-dev 2019-09-17 11:39:47 +09:00
murata 0dacfc0d9c Copter: Add patch number to VERSION notation 2018-11-08 09:11:07 +09:00
Peter Barker bf6e137c87 Copter: bump version on master to 3.7.0 2018-08-13 10:11:37 +09:00
Randy Mackay 5a1c3cf5f4 Copter: firmware text to ArduCopter 2018-01-31 12:13:57 +09:00
Lucas De Marchi d213ccbbfc ArduCopter: protect version.h from inclusion and use ap_version.h 2017-09-23 21:37:45 -07:00
Peter Barker 470e790117 Copter: add constant structure holding firmware version 2017-08-30 15:54:46 +01:00
Randy Mackay 5497030ebf Copter: version to 3.6-dev 2017-03-30 08:19:18 +09:00
Randy Mackay be15fe4100 Copter: version to 3.5-dev 2016-10-29 14:33:44 +09: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 352e103f1a ArduCopter: 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