cec: bump version numbers to 1.5, to prepare for the new release
[deb_libcec.git] / include / cectypes.h
index 960f6a04fc602e0b7b491c65450beb454c9f6019..5f25b9437e2f58d9b3c087a4d00f7376a8fd9cb4 100644 (file)
@@ -966,7 +966,7 @@ typedef struct libcec_configuration
   cec_logical_addresses wakeDevices;          /*!< wake these CEC devices when initialising libCEC or when calling PowerOnDevices() without any parameter */
   cec_logical_addresses powerOffDevices;      /*!< power off these devices when calling StandbyDevices() without any parameter */
 
-  uint32_t              serverVersion;         /*!< the version number of the server. read-only */
+  uint32_t              serverVersion;        /*!< the version number of the server. read-only */
 
   // player specific settings
   uint8_t               bGetSettingsFromROM;  /*!< true to get the settings from the ROM (if set, and a v2 ROM is present), false to use these settings. */