Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Sep 11, 2021
1 parent ddfe7c6 commit 8df6c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.x (not released yet)
## 1.3.0

- Common
- vscphelperlib updated to v14.0.2 (note, the windows vscphelperlib is still v13.0.0).
Expand Down
2 changes: 1 addition & 1 deletion vscp/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 = v1.2.0
PROJECT_NUMBER = v1.3.0

# 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
2 changes: 1 addition & 1 deletion vscp/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.12.2"

/** VSCP framework version string */
#define VSCP_CORE_FRAMEWORK_VERSION "v1.2.0"
#define VSCP_CORE_FRAMEWORK_VERSION "v1.3.0"

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

0 comments on commit 8df6c72

Please sign in to comment.