File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# OpenXC Vehicle Interface Firmware Changelog
22
3- ## v7.0.0-dev
3+ ## v7.0.0
44
55* BREAKING: Update to latest OpenXC message format, including updated binary
66 spec.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /docs/_static/logo.png
66
7- :Version: 7.0.0-dev
7+ :Version: 7.0.0
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
Original file line number Diff line number Diff line change 5151# The short X.Y version.
5252version = '7.0.0'
5353# The full version, including alpha/beta/rc tags.
54- release = '7.0.0-dev '
54+ release = '7.0.0'
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /_static/logo.png
66
7- :Version: 7.0.0-dev
7+ :Version: 7.0.0
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ static void initialize(openxc::config::Configuration* config) {
2323openxc::config::Configuration* openxc::config::getConfiguration () {
2424 static openxc::config::Configuration CONFIG = {
2525 messageSetIndex: 0 ,
26- version: " 7.0.0-dev " ,
26+ version: " 7.0.0" ,
2727 payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
2828 recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
2929 obd2BusAddress: DEFAULT_OBD2_BUS,
You can’t perform that action at this time.
0 commit comments