cec: set lib interface version back to 1.0 and rename GetLibVersion() to GetLibVersio...
[deb_libcec.git] / include / cectypes.h
index 188e7de8df1402a121df919e9d7c16bca6e34c27..a347f1bcf71758615005a3c3ae861d17b2e83ffe 100644 (file)
@@ -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
 };