version.h
branchtrunk
changeset 36 244d48301acc
parent 9 dc75c2890a31
equal deleted inserted replaced
35:efc694fccc45 36:244d48301acc
     1 /*
     1 /*
     2  * MP3/MPlayer plugin to VDR (C++)
     2  * MP3/MPlayer plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or
     6  * This code is free software; you can redistribute it and/or
     7  * modify it under the terms of the GNU General Public License
     7  * modify it under the terms of the GNU General Public License
     8  * as published by the Free Software Foundation; either version 2
     8  * as published by the Free Software Foundation; either version 2
     9  * of the License, or (at your option) any later version.
     9  * of the License, or (at your option) any later version.
    21 
    21 
    22 #ifndef ___VERSION_H
    22 #ifndef ___VERSION_H
    23 #define ___VERSION_H
    23 #define ___VERSION_H
    24 
    24 
    25 #define PLUGIN_NAME    "VDR-MP3"
    25 #define PLUGIN_NAME    "VDR-MP3"
    26 #define PLUGIN_RELEASE "0.10.1"
    26 #define PLUGIN_RELEASE "0.10.2"
    27 
    27 
    28 extern const char *PluginVersion;
    28 extern const char *PluginVersion;
    29 
    29 
    30 #endif //___VERSION_H
    30 #endif //___VERSION_H