X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=a347f1bcf71758615005a3c3ae861d17b2e83ffe;hb=d75be19be59f575e3794761118ff7643bfaf9809;hp=188e7de8df1402a121df919e9d7c16bca6e34c27;hpb=a8919ed7f926bd101a4977b2e8b9598b84f65b45;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 188e7de..a347f1b 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -740,9 +740,9 @@ typedef struct cec_vendor #define ESCOFFSET 3 #define CEC_BUTTON_TIMEOUT 500 -#define CEC_MIN_VERSION 8 -#define CEC_LIB_VERSION 8 -#define CEC_LIB_VERSION_MINOR 1 +#define CEC_MIN_LIB_VERSION 1 +#define CEC_LIB_VERSION_MAJOR 1 +#define CEC_LIB_VERSION_MINOR 0 #ifdef __cplusplus };