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:
a604c21
)
LibCecSharp: added CurrentVersion to the version enum
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 12 Mar 2013 23:38:58 +0000
(
00:38
+0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 12 Mar 2013 23:48:10 +0000
(
00:48
+0100)
src/LibCecSharp/CecSharpTypes.h
patch
|
blob
|
blame
|
history
diff --git
a/src/LibCecSharp/CecSharpTypes.h
b/src/LibCecSharp/CecSharpTypes.h
index d0e0120f176b9ecdf881e64a4798602885bd2d3b..8a7410ea954403bf43214a3375881dbb8516181f 100644
(file)
--- a/
src/LibCecSharp/CecSharpTypes.h
+++ b/
src/LibCecSharp/CecSharpTypes.h
@@
-1215,7
+1215,11
@@
namespace CecSharp
/// <summary>
/// v2.1.1
/// </summary>
- Version2_1_1 = 0x2101
+ Version2_1_1 = 0x2101,
+ /// <summary>
+ /// The current version
+ /// </summary>
+ CurrentVersion = 0x2101
};
/// <summary>
@@
-1322,7
+1326,11
@@
namespace CecSharp
/// <summary>
/// v2.1.1
/// </summary>
- Version2_1_1 = 0x2101
+ Version2_1_1 = 0x2101,
+ /// <summary>
+ /// The current version
+ /// </summary>
+ CurrentVersion = 0x2101
};
/// <summary>