X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=2de94bf015800c2b3680b65d605ba2e025d560c4;hp=78d01a953bc7b26bfbafd0e901f7ef3d110074ab;hb=7cb1f563b6f5568953064b8e9bd7e63f0ad874ab;hpb=e9698d4a08bc15ff64f6f5ee8e0ae19f2cdb139f diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index 78d01a9..2de94bf 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -1229,9 +1229,13 @@ namespace CecSharp /// Version2_1_3 = 0x2103, /// + /// v2.1.4 + /// + Version2_1_4 = 0x2104, + /// /// The current version /// - CurrentVersion = 0x2103 + CurrentVersion = 0x2104 }; /// @@ -1347,10 +1351,14 @@ namespace CecSharp /// v2.1.3 /// Version2_1_3 = 0x2103, + /// + /// v2.1.4 + /// + Version2_1_4 = 0x2104, /// /// The current version /// - CurrentVersion = 0x2103 + CurrentVersion = 0x2104 }; ///