Skip to content

Commit

Permalink
Version v4.3.0-DEV2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanavuletic committed Nov 2, 2023
1 parent 5e87eb9 commit 75dc22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ add_subdirectory(WolkSDK-Cpp)
set(WOLKCONNECT_VERSION_MAJOR 4)
set(WOLKCONNECT_VERSION_MINOR 3)
set(WOLKCONNECT_VERSION_PATCH 0)
set(WOLKCONNECT_VERSION_SUFFIX)
set(WOLKCONNECT_VERSION_SUFFIX DEV2)

set(WOLKCONNECT_VERSION_STRING "${WOLKCONNECT_VERSION_MAJOR}.${WOLKCONNECT_VERSION_MINOR}.${WOLKCONNECT_VERSION_PATCH}")
if (NOT "${WOLKCONNECT_VERSION_SUFFIX}" STREQUAL "")
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

WolkAbout C++11 Connector library for connecting devices to WolkAbout IoT Platform.

**Version 4.3.0-DEV2**
- [IMPROVEMENT] - Fixing install export sets.

**Version 4.3.0-DEV**
- [IMPROVEMENT] - Using new WolkSDK-Cpp version 3.4.0, the full restructure of the SDK library.

Expand Down

0 comments on commit 75dc22e

Please sign in to comment.