version.h
branchtrunk
changeset 27 3465e430299f
parent 20 bc64e11172f5
equal deleted inserted replaced
26:0953c008ab80 27:3465e430299f
     1 /*
     1 /*
     2  * PremiereEpg plugin to VDR (C++)
     2  * PremiereEpg plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2005-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2005-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * This code is base on the commandline tool premiereepg2vdr
     6  * This code is base on the commandline tool premiereepg2vdr
     7  * (C) 2004-2005 by Axel Katzur software@katzur.de
     7  * (C) 2004-2005 by Axel Katzur software@katzur.de
     8  * but has been rewritten from scratch
     8  * but has been rewritten from scratch
     9  *
     9  *
    24  */
    24  */
    25 
    25 
    26 #ifndef ___VERSION_H
    26 #ifndef ___VERSION_H
    27 #define ___VERSION_H
    27 #define ___VERSION_H
    28 
    28 
    29 #define PLUGIN_RELEASE "0.0.8"
    29 #define PLUGIN_RELEASE "0.2.0"
    30 
    30 
    31 extern const char *PluginVersion;
    31 extern const char *PluginVersion;
    32 
    32 
    33 #endif //___VERSION_H
    33 #endif //___VERSION_H