Skip to content

Commit

Permalink
Prepare v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Jun 27, 2024
1 parent fcddf49 commit 1c65713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscp-framework",
"version": "2.0.1",
"version": "2.0.2",
"description": "Very Simple Control Procotol (VSCP) Level 1 library with C interface.",
"keywords": "vscp, vscp-framework, automation, home automation",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions src/vscp_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ extern "C"
#define VSCP_CORE_VERSION_MINOR (13)

/** VSCP specification sub-minor version number, the framework is compliant to. */
#define VSCP_CORE_VERSION_SUB_MINOR (0)
#define VSCP_CORE_VERSION_SUB_MINOR (1)

/** VSCP specification version string, the framework is compliant to. */
#define VSCP_CORE_VERSION_STR "v1.13.0"
#define VSCP_CORE_VERSION_STR "v1.13.1"

/** VSCP framework version string */
#define VSCP_CORE_FRAMEWORK_VERSION "v2.0.1"
#define VSCP_CORE_FRAMEWORK_VERSION "v2.0.2"

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

0 comments on commit 1c65713

Please sign in to comment.