Skip to content

Commit

Permalink
Merge pull request #479 from openxc/release821
Browse files Browse the repository at this point in the history
Updated version to 8.2.1
  • Loading branch information
GenoJAFord committed Aug 12, 2021
2 parents 9701335 + 123ab3c commit c977e1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.mkd
@@ -1,4 +1,7 @@
# OpenXC Vehicle Interface Firmware Changelog
## v8.2.1
* Fix: Bootstrap fix

## v8.2.0
* Removed: Removed messagepack format support
* Feature: get_vin command added and is accessible from openxc-control python and from Android and iOS clients
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: 8.2.0
:Version: 8.2.1
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '8.2.0'
version = '8.2.1'
# The full version, including alpha/beta/rc tags.
release = '8.2.0'
release = '8.2.1'

# 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: 8.2.0
:Version: 8.2.1
: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 @@ -118,7 +118,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
openxc::config::Configuration* openxc::config::getConfiguration() {
static openxc::config::Configuration CONFIG = {
messageSetIndex: 0,
version: "8.2.0",
version: "8.2.1",
dummyVin: "Failed to get VIN temporary VIN is :00000000123456789",
platform: PLATFORM,
environmentMode: ENVIRONMENT_MODE,
Expand Down

0 comments on commit c977e1b

Please sign in to comment.