From: Lars Op den Kamp Date: Fri, 11 Nov 2011 17:56:09 +0000 (+0100) Subject: cec: forgot to update the minor version number in the header X-Git-Tag: upstream/2.2.0~1^2~48 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9bbe4cc4765fd09f3f406ab516229f6967779081;p=deb_libcec.git cec: forgot to update the minor version number in the header --- diff --git a/include/cectypes.h b/include/cectypes.h index 258452d..da3e2dc 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -827,7 +827,7 @@ typedef enum cec_vendor_id #define CEC_MIN_LIB_VERSION 1 #define CEC_LIB_VERSION_MAJOR 1 -#define CEC_LIB_VERSION_MINOR 0 +#define CEC_LIB_VERSION_MINOR 1 #ifdef __cplusplus };