Skip to content

Commit

Permalink
Updates the library.json to include the ./src/events folder too.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Apr 7, 2024
1 parent acf6fac commit d7f565c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1

Updates the library.json to include the ./src/events folder too.

## 2.0.0

VSCP-framework repository was restructured. The new structure is improved for providing it as PlatformIO libraray or to include it as git submodule.
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "VSCP framework"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v2.0.0
PROJECT_NUMBER = v2.0.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscp-framework",
"version": "2.0.0",
"version": "2.0.1",
"description": "Very Simple Control Procotol (VSCP) Level 1 library with C interface.",
"keywords": "vscp, vscp-framework, automation, home automation",
"repository": {
Expand All @@ -16,6 +16,6 @@
"frameworks": "*",
"platforms": "*",
"build": {
"includeDir": "./src/events"
"flags": "-I ./src/events"
}
}
2 changes: 1 addition & 1 deletion src/vscp_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern "C"
#define VSCP_CORE_VERSION_STR "v1.13.0"

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

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

0 comments on commit d7f565c

Please sign in to comment.