Skip to content

Commit 7b2cecb

Browse files
committed
RDK-53843: Updated changelog file
1 parent b814e7f commit 7b2cecb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SystemServices/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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
19+
## [3.4.0] - 2024-12-09
2020
### Added
2121
- Added implementation for BootType get API.
2222

SystemServices/SystemServices.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
using namespace std;
6767

6868
#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
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)