Add missing libraries to examples' Makefiles
[dockapps.git] / ascd / libworkman / include / wm_version.h
blob43f9b88cd5a5b8ea327ede5ea5a5fd4355d26b43
1 #ifndef WM_VERSION_H
2 #define WM_VERSION_H
3 /*
4 * $Id: wm_version.h,v 1.2 1999/05/28 03:35:58 dirk Exp $
6 * This file is part of WorkMan, the civilized CD player library
7 * (c) 1991-1997 by Steven Grimm (original author)
8 * (c) by Dirk Försterling (current 'author' = maintainer)
9 * The maintainer can be contacted by his e-mail address:
10 * milliByte@DeathsDoor.com
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Library General Public
14 * License as published by the Free Software Foundation; either
15 * version 2 of the License, or (at your option) any later version.
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Library General Public License for more details.
22 * You should have received a copy of the GNU Library General Public
23 * License along with this library; if not, write to the Free
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 * Version information
30 #define WM_LIBVER_MAJOR 1
31 #define WM_LIBVER_MINOR 4
32 #define WM_LIBVER_PL 2
33 #define WM_LIBVER_NAME "LibWorkMan"
35 #endif /* WM_VERSION_H */