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:
c6b7b98
)
cec: forgot to update the minor version number in the header
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 11 Nov 2011 17:56:09 +0000
(18:56 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 11 Nov 2011 17:56:09 +0000
(18:56 +0100)
include/cectypes.h
patch
|
blob
|
blame
|
history
diff --git
a/include/cectypes.h
b/include/cectypes.h
index 258452d5688dab15f7459c36902c4c11ac350ad3..da3e2dc4a7d3c6659a52b8872cf39fb6c2fee3be 100644
(file)
--- 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
};