libmp3splt
0.9.2
Lossless library for splitting audio formats like mp3, ogg vorbis and FLAC.
version.h
1
/**********************************************************
2
*
3
* libmp3splt -- library based on mp3splt v2.1c,
4
* for mp3/ogg splitting without decoding
5
*
6
* Copyright (c) 2002-2005 M. Trotta - <mtrotta@users.sourceforge.net>
7
* Copyright (c) 2005-2014 Alexandru Munteanu - m@ioalex.net
8
*
9
* And others ... see the AUTHORS file provided with libmp3splt source.
10
*
11
* http://mp3splt.sourceforge.net
12
*
13
*********************************************************/
14
15
/**********************************************************
16
*
17
* This program is free software; you can redistribute it and/or
18
* modify it under the terms of the GNU General Public License
19
* as published by the Free Software Foundation; either version 2
20
* of the License, or (at your option) any later version.
21
*
22
* This program is distributed in the hope that it will be useful,
23
* but WITHOUT ANY WARRANTY; without even the implied warranty of
24
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
* GNU General Public License for more details.
26
*
27
* You should have received a copy of the GNU General Public License
28
* along with this program; if not, write to the Free Software
29
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
30
* USA.
31
*
32
*********************************************************/
33
34
#ifndef MP3SPLT_VERSION_H
35
41
#define LIBMP3SPLT_MAJOR_VERSION 0
42
#define LIBMP3SPLT_MINOR_VERSION 9
43
#define LIBMP3SPLT_MICRO_VERSION 2
44
46
47
#define MP3SPLT_VERSION_H
48
#endif
49