Skip to content

Commit e3e8037

Browse files
aishwariya15ababu250
authored andcommitted
RDKServices changes - getHdmiVersion updates
1 parent 7e0ef17 commit e3e8037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AVInput/AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <algorithm>
3232

3333
#define API_VERSION_NUMBER_MAJOR 1
34-
#define API_VERSION_NUMBER_MINOR 6
34+
#define API_VERSION_NUMBER_MINOR 7
3535
#define API_VERSION_NUMBER_PATCH 0
3636

3737
#define HDMI 0

HdmiInput/HdmiInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
6868

6969
#define API_VERSION_NUMBER_MAJOR 1
70-
#define API_VERSION_NUMBER_MINOR 3
70+
#define API_VERSION_NUMBER_MINOR 4
7171
#define API_VERSION_NUMBER_PATCH 0
7272

7373
static int audio_output_delay = 100;

0 commit comments

Comments
 (0)