Skip to content

Commit

Permalink
Updated the version infomation of NetworkManager Plugin (rdkcentral#5431
Browse files Browse the repository at this point in the history
)

Signed-off-by: Karunakaran A <[email protected]>
(cherry picked from commit c1b939c)
  • Loading branch information
karuna2git authored and cmuhammedrafi committed Jul 2, 2024
1 parent 5c21605 commit 861e37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NetworkManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(WPEFramework)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)

add_compile_definitions(NETWORKMANAGER_MAJOR_VERSION=${VERSION_MAJOR})
add_compile_definitions(NETWORKMANAGER_MINOR_VERSION=${VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion docs/api/NetworkManagerPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a name="NetworkManager_Plugin"></a>
# NetworkManager Plugin

**Version: [0.2.4]()**
**Version: [0.2.5]()**

A NetworkManager plugin for Thunder framework.

Expand Down

0 comments on commit 861e37e

Please sign in to comment.