X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=bf429965ede5ec10ab5cca8f5eae0e693e6a9bbd;hb=d5890d16af8ca61857553a4285ee34c1d104353c;hp=ed747d3487fb94e96348d303268cf0c9f1b0a1e4;hpb=ecc38cddc885edb0a66efdfb23ca2db6783ea936;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index ed747d3..bf42996 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -1163,7 +1163,19 @@ namespace CecSharp /// /// v2.0.0 /// - Version2_0_ = 0x2000 + Version2_0_0 = 0x2000, + /// + /// v2.0.1 + /// + Version2_0_1 = 0x2001, + /// + /// v2.0.2 + /// + Version2_0_2 = 0x2002, + /// + /// v2.0.3 + /// + Version2_0_3 = 0x2003 }; /// @@ -1242,7 +1254,19 @@ namespace CecSharp /// /// v2.0.0 /// - Version2_0_ = 0x2000 + Version2_0_0 = 0x2000, + /// + /// v2.0.1 + /// + Version2_0_1 = 0x2001, + /// + /// v2.0.2 + /// + Version2_0_2 = 0x2002, + /// + /// v2.0.3 + /// + Version2_0_3 = 0x2003 }; ///