File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
- ## [ 3.3.3 ] - 2024-11-28
19
+ ## [ 3.4.0 ] - 2024-12-09
20
20
### Added
21
21
- Added implementation for BootType get API.
22
22
Original file line number Diff line number Diff line change 66
66
using namespace std ;
67
67
68
68
#define API_VERSION_NUMBER_MAJOR 3
69
- #define API_VERSION_NUMBER_MINOR 3
70
- #define API_VERSION_NUMBER_PATCH 3
69
+ #define API_VERSION_NUMBER_MINOR 4
70
+ #define API_VERSION_NUMBER_PATCH 0
71
71
72
72
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
73
73
#define TR181_FW_DELAY_REBOOT " Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
You can’t perform that action at this time.
0 commit comments