X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;fp=include%2Fcectypes.h;h=3b3c0b9bfb34ab8d20c9a605914c3416160b483e;hb=b5d801b811b10d640383dcd00255c042d486a857;hp=5d6144ae5aac2f7a0a93912b2bfcafe316e71b54;hpb=e9a26cb8d0cd33222000ae152b4bdb22c904c044;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 5d6144a..3b3c0b9 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -322,7 +322,7 @@ namespace CEC { /*! * libCEC's minor version number */ -#define CEC_LIB_VERSION_MINOR 1 +#define CEC_LIB_VERSION_MINOR 2 #define MSGSTART 0xFF #define MSGEND 0xFE @@ -1450,7 +1450,8 @@ typedef enum cec_client_version CEC_CLIENT_VERSION_2_1_2 = 0x2102, CEC_CLIENT_VERSION_2_1_3 = 0x2103, CEC_CLIENT_VERSION_2_1_4 = 0x2104, - CEC_CLIENT_VERSION_CURRENT = 0x2104 + CEC_CLIENT_VERSION_2_2_0 = 0x2200, + CEC_CLIENT_VERSION_CURRENT = 0x2200 } cec_client_version; typedef enum cec_server_version @@ -1483,6 +1484,7 @@ typedef enum cec_server_version CEC_SERVER_VERSION_2_1_2 = 0x2102, CEC_SERVER_VERSION_2_1_3 = 0x2103, CEC_SERVER_VERSION_2_1_4 = 0x2104, + CEC_SERVER_VERSION_2_2_0 = 0x2200, CEC_SERVER_VERSION_CURRENT = 0x2104 } cec_server_version;