include/libmp3splt/version.h

00001 /**********************************************************
00002  *
00003  * libmp3splt -- library based on mp3splt v2.1c,
00004  *               for mp3/ogg splitting without decoding
00005  *
00006  * Copyright (c) 2002-2005 M. Trotta - <mtrotta@users.sourceforge.net>
00007  * Copyright (c) 2005-2013 Alexandru Munteanu - m@ioalex.net
00008  *
00009  * And others ... see the AUTHORS file provided with libmp3splt source.
00010  *
00011  * http://mp3splt.sourceforge.net
00012  *
00013  *********************************************************/
00014 
00015 /**********************************************************
00016  *
00017  * This program is free software; you can redistribute it and/or
00018  * modify it under the terms of the GNU General Public License
00019  * as published by the Free Software Foundation; either version 2
00020  * of the License, or (at your option) any later version.
00021  *
00022  * This program is distributed in the hope that it will be useful,
00023  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00024  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00025  * GNU General Public License for more details.
00026  *
00027  * You should have received a copy of the GNU General Public License
00028  * along with this program; if not, write to the Free Software
00029  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
00030  * USA.
00031  *
00032  *********************************************************/
00033 
00034 #ifndef MP3SPLT_VERSION_H
00035 
00041 #define LIBMP3SPLT_MAJOR_VERSION 0
00042 #define LIBMP3SPLT_MINOR_VERSION 9
00043 #define LIBMP3SPLT_MICRO_VERSION 0
00044 
00046 
00047 #define MP3SPLT_VERSION_H
00048 #endif
00049