Skip to content

Commit

Permalink
Update versions for v6.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Jul 22, 2014
1 parent c5e1178 commit 7791d94
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.mkd
@@ -1,6 +1,6 @@
# OpenXC Vehicle Interface Firmware Changelog

## v6.0.3-dev
## v6.0.3

* Fixed a regression with the ignoreDecoder, where signals were never marked as
'received' (#254).
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: 6.0.3-dev
:Version: 6.0.3
: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 = '6.0.3'
# The full version, including alpha/beta/rc tags.
release = '6.0.3-dev'
release = '6.0.3'

# 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: 6.0.3-dev
:Version: 6.0.3
: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 script/bootstrap/pip-requirements.txt
@@ -1,2 +1,2 @@
-e git+https://github.com/openxc/openxc-python.git@next#egg=openxc
openxc==0.11.3
Fabric==1.9.0
2 changes: 1 addition & 1 deletion src/config.cpp
Expand Up @@ -23,7 +23,7 @@ void initialize(openxc::config::Configuration* config) {
openxc::config::Configuration* openxc::config::getConfiguration() {
static openxc::config::Configuration CONFIG = {
messageSetIndex: 0,
version: "6.0.3-dev",
version: "6.0.3",
payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
obd2BusAddress: DEFAULT_OBD2_BUS,
Expand Down

0 comments on commit 7791d94

Please sign in to comment.