Skip to content

Commit 4e04f1e

Browse files
committed
RDK-53843: Updated changelog md
1 parent 14c6cb1 commit 4e04f1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SystemServices/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [3.3.3] - 2024-11-28
20+
### Added
21+
- Added implementation for BootType get API.
22+
1923
## [3.3.2] - 2024-10-9
2024
### Added
2125
- Added implementation for FSR get and set API.

SystemServices/SystemServices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ using namespace std;
6767

6868
#define API_VERSION_NUMBER_MAJOR 3
6969
#define API_VERSION_NUMBER_MINOR 3
70-
#define API_VERSION_NUMBER_PATCH 2
70+
#define API_VERSION_NUMBER_PATCH 3
7171

7272
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
7373
#define TR181_FW_DELAY_REBOOT "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"

0 commit comments

Comments
 (0)