Compare commits

...

3 Commits

Author SHA1 Message Date
Kai Sommerfeld
525f1101c6 Merge pull request #42 from AlwinEsch/Matrix-change
[Matrix] API change update
2020-05-22 21:59:05 +02:00
Alwin Esch
2a9d84fa8e increase version to 2.0.0 (API related) 2020-05-19 00:23:26 +02:00
Alwin Esch
c537ad2337 api related updated 2020-05-16 21:35:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.octonet"
version="1.2.6"
version="2.0.0"
name="Digital Devices Octopus NET Client"
provider-name="digitaldevices">
<requires>@ADDON_DEPENDS@</requires>

View File

@@ -40,7 +40,7 @@ void ADDON_ReadSettings(void)
octonetAddress = buffer;
}
ADDON_STATUS ADDON_Create(void *callbacks, void* props)
ADDON_STATUS ADDON_Create(void* callbacks, const char* globalApiVersion, void* props)
{
if (callbacks == NULL || props == NULL)
return ADDON_STATUS_UNKNOWN;