Skip to content

Commit

Permalink
Bumped the version to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nanavuletic committed May 24, 2022
1 parent 6628666 commit 6c9e141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ endif ()
set(WOLKGATEWAY_VERSION_MAJOR 5)
set(WOLKGATEWAY_VERSION_MINOR 1)
set(WOLKGATEWAY_VERSION_PATCH 0)
set(WOLKGATEWAY_VERSION_SUFFIX prerelease)
set(WOLKGATEWAY_VERSION_SUFFIX)

set(WOLKGATEWAY_VERSION_STRING "${WOLKGATEWAY_VERSION_MAJOR}.${WOLKGATEWAY_VERSION_MINOR}.${WOLKGATEWAY_VERSION_PATCH}")
if (NOT "${WOLKGATEWAY_VERSION_SUFFIX}" STREQUAL "")
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

WolkGateway bridges communication between WolkAbout IoT platform and multiple devices connected to it.

**Version 5.1.0-prerelease**
**Version 5.1.0**
- [IMPROVEMENT] - Added the APT/SystemD firmware update mechanism.
- [IMPROVEMENT] - Added the docker images to be built when running the `tools/make_release.sh` script.

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wolkgateway (5.1.0-prerelease) stable; urgency=medium
wolkgateway (5.1.0) stable; urgency=medium

* Added the APT/SystemD firmware update mechanism.
* Added the docker images to be built when running the `tools/make_release.sh` script.

-- Wolkabout ELab <elab@wolkabout.com> Mon, 7 Mar 2022 00:00:00 +0100
-- Wolkabout ELab <elab@wolkabout.com> Tue, 24 May 2022 00:00:00 +0100

0 comments on commit 6c9e141

Please sign in to comment.