X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=89c9d3bd49eb2257a899176b8c85421fc35fac8b;hp=8a7410ea954403bf43214a3375881dbb8516181f;hb=b53bfc2d959e562ee603cc7d74298d1a42fba57e;hpb=a6aecece9ac8ab218811237f0bb63ccc3166d7c3 diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index 8a7410e..89c9d3b 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -1217,9 +1217,17 @@ namespace CecSharp /// Version2_1_1 = 0x2101, /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// /// The current version /// - CurrentVersion = 0x2101 + CurrentVersion = 0x2103 }; /// @@ -1328,9 +1336,17 @@ namespace CecSharp /// Version2_1_1 = 0x2101, /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// /// The current version /// - CurrentVersion = 0x2101 + CurrentVersion = 0x2103 }; /// @@ -1721,8 +1737,8 @@ namespace CecSharp PhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS; BaseDevice = (CecLogicalAddress)CEC_DEFAULT_BASE_DEVICE; HDMIPort = CEC_DEFAULT_HDMI_PORT; - ClientVersion = CecClientVersion::Version2_1_1; - ServerVersion = CecServerVersion::Version2_1_1; + ClientVersion = CecClientVersion::CurrentVersion; + ServerVersion = CecServerVersion::CurrentVersion; TvVendor = CecVendorId::Unknown; GetSettingsFromROM = false;