X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;fp=src%2FLibCecSharp%2FCecSharpTypes.h;h=74afce605671825b5f67dc62e2b00563810c5a18;hb=b5d801b811b10d640383dcd00255c042d486a857;hp=563bb0a3e608dcf84c7dd9f86afb624bc2867aa1;hpb=e9a26cb8d0cd33222000ae152b4bdb22c904c044;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index 563bb0a..74afce6 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -1233,10 +1233,14 @@ namespace CecSharp /// v2.1.4 /// Version2_1_4 = 0x2104, - /// + /// + /// v2.1.4 + /// + Version2_2_0 = 0x2200, + /// /// The current version /// - CurrentVersion = 0x2104 + CurrentVersion = 0x2200 }; /// @@ -1352,14 +1356,18 @@ namespace CecSharp /// v2.1.3 /// Version2_1_3 = 0x2103, - /// + /// /// v2.1.4 /// Version2_1_4 = 0x2104, /// + /// v2.2.0 + /// + Version2_2_0 = 0x2200, + /// /// The current version /// - CurrentVersion = 0x2104 + CurrentVersion = 0x2200 }; ///