repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ecc13
)
fixed missing bump of CEC_SERVER_VERSION_CURRENT
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 27 Oct 2014 14:56:03 +0000
(15:56 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 27 Oct 2014 14:56:03 +0000
(15:56 +0100)
include/cectypes.h
patch
|
blob
|
blame
|
history
diff --git
a/include/cectypes.h
b/include/cectypes.h
index 6df37d5557412b3aa827151a42a9c8e8bd6049c5..557ce185a854b522ebd7e2df77e3e598ed37954e 100644
(file)
--- 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 = 0x2
104
+ CEC_SERVER_VERSION_CURRENT = 0x2
200
} cec_server_version;
struct libcec_configuration