Skip to content

Commit edf7c05

Browse files
committed
Update to VSCP framework v2.1.0
1 parent 3a8ad89 commit edf7c05

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
- Update to VSCP framework v2.1.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.1.0) there.
4+
15
## 2.0.4
26

37
- Fixed problem with backslashes in include paths.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscp-arduino",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"keywords": "vscp, arduino-library, vscp-arduino, automation, home automation",
55
"description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VSCP
2-
version=2.0.4
2+
version=2.1.0
33
author=Andreas Merkle
44
maintainer=Andreas Merkle <[email protected]>
55
sentence=Very Simple Control Protocol L1 framework for all Arduino boards.

src/framework/core/vscp_core.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ extern "C"
9393
#define VSCP_CORE_VERSION_MAJOR (1)
9494

9595
/** VSCP specification minor version number, the framework is compliant to. */
96-
#define VSCP_CORE_VERSION_MINOR (13)
96+
#define VSCP_CORE_VERSION_MINOR (15)
9797

9898
/** VSCP specification sub-minor version number, the framework is compliant to. */
99-
#define VSCP_CORE_VERSION_SUB_MINOR (1)
99+
#define VSCP_CORE_VERSION_SUB_MINOR (9)
100100

101101
/** VSCP specification version string, the framework is compliant to. */
102102
#define VSCP_CORE_VERSION_STR "v1.15.9"

0 commit comments

Comments
 (0)