From: Lars Op den Kamp Date: Mon, 27 Oct 2014 14:56:03 +0000 (+0100) Subject: fixed missing bump of CEC_SERVER_VERSION_CURRENT X-Git-Tag: upstream/2.2.0~1^2~1^2~3^2~1 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=35c541bc704d559fae5fdd1d92d2672cbcb03329 fixed missing bump of CEC_SERVER_VERSION_CURRENT --- diff --git a/include/cectypes.h b/include/cectypes.h index 6df37d5..557ce18 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -1488,7 +1488,7 @@ typedef enum cec_server_version 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_CURRENT = 0x2200 } cec_server_version; struct libcec_configuration