File indexing completed on 2024-04-21 04:54:21

0001 #ifndef WM_VERSION_H
0002 #define WM_VERSION_H
0003 /*
0004  * This file is part of WorkMan, the civilized CD player library
0005  * Copyright (C) 1991-1997 by Steven Grimm <koreth@midwinter.com>
0006  * Copyright (C) by Dirk Försterling <milliByte@DeathsDoor.com>
0007  *
0008  * This library is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Library General Public
0010  * License as published by the Free Software Foundation; either
0011  * version 2 of the License, or (at your option) any later version.
0012  *
0013  * This library is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0016  * Library General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Library General Public
0019  * License along with this library; if not, write to the Free
0020  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
0021  *
0022  * Version information
0023  *
0024  */
0025 
0026 #define WM_LIBVER_MAJOR 1
0027 #define WM_LIBVER_MINOR 4
0028 #define WM_LIBVER_PL    3
0029 #define WM_LIBVER_NAME  "LibWorkMan"
0030 
0031 #endif /* WM_VERSION_H */