Skip to content

Commit

Permalink
Bugfix version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Mar 17, 2015
1 parent 0c2199c commit 39f7532
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 0.3.0 (unreleased)

## 0.2.2

Bugfixes:

- VSCP framework
- If the loopback is enabled, all messages will be written the it, except CLASS1.PROTOCOL. Because the VSCP core would interpret them.

## 0.2.1

Bugfixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extern "C"

#define VSCP_DEV_DATA_CONFIG_VERSION_MINOR 2

#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 1
#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 2

#define VSCP_DEV_DATA_CONFIG_STANDARD_DEVICE_FAMILY_CODE ((uint32_t)0x00000000)

Expand Down
2 changes: 1 addition & 1 deletion examples/pc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
################################################################################

# Software version
VERSION= 0.2.1
VERSION= 0.2.2

# Binary file name
BIN= vscpExamplePc
Expand Down
4 changes: 2 additions & 2 deletions examples/pc/vscp_user/vscp_dev_data_config_overwrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ extern "C"

#define VSCP_DEV_DATA_CONFIG_VERSION_MAJOR 0

#define VSCP_DEV_DATA_CONFIG_VERSION_MINOR 1
#define VSCP_DEV_DATA_CONFIG_VERSION_MINOR 2

#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 0
#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 2

#define VSCP_DEV_DATA_CONFIG_STANDARD_DEVICE_FAMILY_CODE ((uint32_t)0x00000000)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extern "C"

#define VSCP_DEV_DATA_CONFIG_VERSION_MINOR 2

#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 1
#define VSCP_DEV_DATA_CONFIG_VERSION_SUB_MINOR 2

#define VSCP_DEV_DATA_CONFIG_STANDARD_DEVICE_FAMILY_CODE ((uint32_t)0x00000000)

Expand Down
2 changes: 1 addition & 1 deletion vscp/vscp_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ extern "C"
#define VSCP_CORE_VERSION_STR "v1.10.12"

/** VSCP framework version string */
#define VSCP_CORE_FRAMEWORK_VERSION "v0.2.1"
#define VSCP_CORE_FRAMEWORK_VERSION "v0.2.2"

/*******************************************************************************
MACROS
Expand Down

0 comments on commit 39f7532

Please sign in to comment.