Randy Mackay
2310741e9b
Copter: version to 4.3.7
2023-05-31 09:56:20 +09:00
Randy Mackay
9a80387af7
Copter: version to 4.3.7-beta1
2023-05-25 11:03:52 +09:00
Randy Mackay
fc2c24ce15
Copter: version to 4.3.6
2023-05-25 11:03:52 +09:00
Randy Mackay
cdc1380164
Copter: version to 4.3.6-beta2
2023-03-27 11:14:48 +09:00
Randy Mackay
e4313a0242
Copter: version to 4.3.6-beta1
2023-03-26 11:57:57 +09:00
Randy Mackay
1ab52724a1
Copter: version to 4.3.5
2023-03-26 11:57:57 +09:00
Randy Mackay
d422acda57
Copter: version to 4.3.5-rc1
2023-03-02 15:01:24 +09:00
Randy Mackay
527482a851
Copter: version to 4.3.4
2023-03-02 15:01:23 +09:00
Randy Mackay
5e1932a7f3
Copter: version to 4.3.4-rc1
2023-02-14 16:25:55 +09:00
Randy Mackay
149fdb2012
Copter: version to 4.3.3
2023-01-20 10:12:59 +09:00
Randy Mackay
c62e328eae
Copter: version to 4.3.3-rc1
2023-01-10 10:14:13 +09:00
Randy Mackay
d182c4168e
Copter: version to 4.3.2
2023-01-10 10:14:10 +09:00
Randy Mackay
a89354a421
Copter: version to 4.3.2-rc1
2022-12-10 10:38:07 +09:00
Randy Mackay
f08c00a2e6
Copter: version to 4.3.1
2022-12-10 10:38:06 +09:00
Randy Mackay
646974d2cd
Copter: correct version to 4.3.1-rc1
2022-11-21 19:01:34 +09:00
Randy Mackay
a69b9b08a6
Copter: version to 4.3.1-rc1
2022-11-21 18:48:49 +09:00
Randy Mackay
b41d4f2e04
Copter: version to 4.3.0 official
2022-11-21 18:48:49 +09:00
Randy Mackay
5b83fe4759
Copter: version to 4.3.0-beta4
2022-10-24 22:23:43 +09:00
Randy Mackay
e272aa5159
Copter: version to 4.3.0-beta3
2022-10-14 17:13:21 +09:00
Randy Mackay
174b89c29d
Copter: version to 4.3.0-beta2
2022-10-04 16:50:15 +09:00
Randy Mackay
07ef855153
Copter: version to 4.3.0-beta1
2022-09-13 14:20:02 +09:00
Randy Mackay
0b29d0243d
Copter: version to 4.3.0-dev
2022-03-02 09:57:14 +09:00
Randy Mackay
564f3dde74
Copter: version to 4.1.0-dev
2021-07-29 09:29:23 +09:00
Patrick José Pereira
ec153f59a2
ArduCopter: Use new AP_FWVersionDefine header
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2020-09-23 20:58:35 +10:00
Randy Mackay
baa33d99a9
Copter: version to 4.1.0-dev
2020-06-01 12:58:12 +09:00
Randy Mackay
def108c0e0
Copter: version to 4.0.4-dev
2020-02-20 12:58:07 +09:00
Randy Mackay
2ab124223a
Copter: version to 4.0.3-dev
2020-02-06 08:38:43 +09:00
Randy Mackay
2f6d655ff0
Copter: version to 4.0.2-dev
2020-01-27 18:57:38 +09:00
murata
a31f881232
Copter: Change the version patch number
2020-01-06 09:29:21 +09:00
Randy Mackay
f0848551d9
Copter: version to 4.0.1-dev
2019-12-29 12:52:27 +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