1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 2c57fd021SDavid Howells /* 3c57fd021SDavid Howells * version.h 4c57fd021SDavid Howells * 5c57fd021SDavid Howells * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> 6c57fd021SDavid Howells * for convergence integrated media GmbH 7c57fd021SDavid Howells * 8c57fd021SDavid Howells * This program is free software; you can redistribute it and/or 9c57fd021SDavid Howells * modify it under the terms of the GNU Lesser General Public License 10c57fd021SDavid Howells * as published by the Free Software Foundation; either version 2.1 11c57fd021SDavid Howells * of the License, or (at your option) any later version. 12c57fd021SDavid Howells * 13c57fd021SDavid Howells * This program is distributed in the hope that it will be useful, 14c57fd021SDavid Howells * but WITHOUT ANY WARRANTY; without even the implied warranty of 15c57fd021SDavid Howells * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16c57fd021SDavid Howells * GNU General Public License for more details. 17c57fd021SDavid Howells * 18c57fd021SDavid Howells * You should have received a copy of the GNU Lesser General Public License 19c57fd021SDavid Howells * along with this program; if not, write to the Free Software 20c57fd021SDavid Howells * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21c57fd021SDavid Howells * 22c57fd021SDavid Howells */ 23c57fd021SDavid Howells 24c57fd021SDavid Howells #ifndef _DVBVERSION_H_ 25c57fd021SDavid Howells #define _DVBVERSION_H_ 26c57fd021SDavid Howells 27c57fd021SDavid Howells #define DVB_API_VERSION 5 289569793aSMauro Carvalho Chehab #define DVB_API_VERSION_MINOR 10 29c57fd021SDavid Howells 30c57fd021SDavid Howells #endif /*_DVBVERSION_H_*/ 31