Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
For kodi::Version used structure. More...
#include <General.h>
Public Attributes | |
std::string | compile_name |
Application name, normally 'Kodi'. | |
int | major |
Major code version of Kodi. | |
int | minor |
Minor code version of Kodi. | |
std::string | revision |
The Revision contains a id and the build date, e.g. 20170706-c6b22fe217-dirty. | |
std::string | tag |
The version candidate e.g. alpha, beta or release. | |
std::string | tag_revision |
The revision of tag before. | |
For kodi::Version used structure.
std::string kodi_version_t::compile_name |
Application name, normally 'Kodi'.
int kodi_version_t::major |
Major code version of Kodi.
int kodi_version_t::minor |
Minor code version of Kodi.
std::string kodi_version_t::revision |
The Revision contains a id and the build date, e.g. 20170706-c6b22fe217-dirty.
std::string kodi_version_t::tag |
The version candidate e.g. alpha, beta or release.
std::string kodi_version_t::tag_revision |
The revision of tag before.