LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)
[deb_libcec.git] / src / lib / CECTypeUtils.h
index 0c832982d9c6b4959a3f75a250813e5645e2eb16..065d6849f605f0e8d5587abf1ce52b5058762e2a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -569,6 +569,8 @@ namespace CEC
         return "2.0.4";
       case CEC_CLIENT_VERSION_2_0_5:
         return "2.0.5";
+      case CEC_CLIENT_VERSION_2_1_0:
+        return "2.1.0";
       default:
         return "Unknown";
       }
@@ -624,6 +626,8 @@ namespace CEC
         return "2.0.4";
       case CEC_SERVER_VERSION_2_0_5:
         return "2.0.5";
+      case CEC_SERVER_VERSION_2_1_0:
+        return "2.1.0";
       default:
         return "Unknown";
       }