Skip to content

Commit

Permalink
Bump to v7.0.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Nov 15, 2014
1 parent a0d2ee3 commit 5c9869e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.mkd
@@ -1,6 +1,6 @@
# OpenXC Vehicle Interface Firmware Changelog

## v7.0.0-dev
## v7.0.0

* BREAKING: Update to latest OpenXC message format, including updated binary
spec.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /docs/_static/logo.png

:Version: 7.0.0-dev
:Version: 7.0.0
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '7.0.0'
# The full version, including alpha/beta/rc tags.
release = '7.0.0-dev'
release = '7.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /_static/logo.png

:Version: 7.0.0-dev
:Version: 7.0.0
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
2 changes: 1 addition & 1 deletion src/config.cpp
Expand Up @@ -23,7 +23,7 @@ static void initialize(openxc::config::Configuration* config) {
openxc::config::Configuration* openxc::config::getConfiguration() {
static openxc::config::Configuration CONFIG = {
messageSetIndex: 0,
version: "7.0.0-dev",
version: "7.0.0",
payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
obd2BusAddress: DEFAULT_OBD2_BUS,
Expand Down

0 comments on commit 5c9869e

Please sign in to comment.