mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Increased the version numbers of all plugins to reflect the recent Makefile changes
This commit is contained in:
@@ -4,3 +4,7 @@ VDR Plugin 'epgtableid0' Revision History
|
||||
2012-03-10: Version 0.0.1
|
||||
|
||||
- Initial revision.
|
||||
|
||||
2012-12-27: Version 0.0.2
|
||||
|
||||
- Adapted Makefile to changes introduced in recent VDR versions.
|
||||
|
@@ -3,13 +3,13 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: epgtableid0.c 1.1 2012/03/10 15:10:43 kls Exp $
|
||||
* $Id: epgtableid0.c 1.2 2012/12/27 10:32:52 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/epg.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "0.0.1";
|
||||
static const char *VERSION = "0.0.2";
|
||||
static const char *DESCRIPTION = "EPG handler for events with table id 0x00";
|
||||
|
||||
// --- cTable0Handler --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user