Skip to content

Commit

Permalink
[pvr] bump interface version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Sep 30, 2012
1 parent d57a93e commit 465c692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/addons/include/xbmc_pvr_types.h
Expand Up @@ -72,10 +72,10 @@ struct DemuxPacket;
#define PVR_STREAM_MAX_STREAMS 20

/* current PVR API version */
#define XBMC_PVR_API_VERSION "1.2.0"
#define XBMC_PVR_API_VERSION "1.3.0"

/* min. PVR API version */
#define XBMC_PVR_MIN_API_VERSION "1.2.0"
#define XBMC_PVR_MIN_API_VERSION "1.3.0"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 465c692

Please sign in to comment.