version.h
author nathan
Sun, 22 Feb 2009 21:02:54 +0800
branchtrunk
changeset 29 a0f32201f466
parent 27 3465e430299f
permissions -rw-r--r--
add italian translations
nathan@20
     1
/*
nathan@20
     2
 * PremiereEpg plugin to VDR (C++)
nathan@20
     3
 *
nathan@27
     4
 * (C) 2005-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
nathan@20
     5
 *
nathan@20
     6
 * This code is base on the commandline tool premiereepg2vdr
nathan@20
     7
 * (C) 2004-2005 by Axel Katzur software@katzur.de
nathan@20
     8
 * but has been rewritten from scratch
nathan@20
     9
 *
nathan@20
    10
 * This code is free software; you can redistribute it and/or
nathan@20
    11
 * modify it under the terms of the GNU General Public License
nathan@20
    12
 * as published by the Free Software Foundation; either version 2
nathan@20
    13
 * of the License, or (at your option) any later version.
nathan@20
    14
 *
nathan@20
    15
 * This code is distributed in the hope that it will be useful,
nathan@20
    16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
nathan@20
    17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
nathan@20
    18
 * GNU General Public License for more details.
nathan@20
    19
 *
nathan@20
    20
 * You should have received a copy of the GNU General Public License
nathan@20
    21
 * along with this program; if not, write to the Free Software
nathan@20
    22
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
nathan@20
    23
 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
nathan@20
    24
 */
nathan@20
    25
nathan@20
    26
#ifndef ___VERSION_H
nathan@20
    27
#define ___VERSION_H
nathan@20
    28
nathan@27
    29
#define PLUGIN_RELEASE "0.2.0"
nathan@20
    30
nathan@20
    31
extern const char *PluginVersion;
nathan@20
    32
nathan@20
    33
#endif //___VERSION_H