nathan@20: /* nathan@20: * PremiereEpg plugin to VDR (C++) nathan@20: * nathan@27: * (C) 2005-2008 Stefan Huelswitt nathan@20: * nathan@20: * This code is base on the commandline tool premiereepg2vdr nathan@20: * (C) 2004-2005 by Axel Katzur software@katzur.de nathan@20: * but has been rewritten from scratch nathan@20: * nathan@20: * This code is free software; you can redistribute it and/or nathan@20: * modify it under the terms of the GNU General Public License nathan@20: * as published by the Free Software Foundation; either version 2 nathan@20: * of the License, or (at your option) any later version. nathan@20: * nathan@20: * This code is distributed in the hope that it will be useful, nathan@20: * but WITHOUT ANY WARRANTY; without even the implied warranty of nathan@20: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nathan@20: * GNU General Public License for more details. nathan@20: * nathan@20: * You should have received a copy of the GNU General Public License nathan@20: * along with this program; if not, write to the Free Software nathan@20: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. nathan@20: * Or, point your browser to http://www.gnu.org/copyleft/gpl.html nathan@20: */ nathan@20: nathan@20: #ifndef ___VERSION_H nathan@20: #define ___VERSION_H nathan@20: nathan@27: #define PLUGIN_RELEASE "0.2.0" nathan@20: nathan@20: extern const char *PluginVersion; nathan@20: nathan@20: #endif //___VERSION_H