1 |
// version.h |
---|
2 |
// |
---|
3 |
/**************************************************************************** |
---|
4 |
libfreebobctl - Freebob Control API |
---|
5 |
|
---|
6 |
Copyright (C) 2005, Pieter Palmers. All rights reserved. |
---|
7 |
<pieterpalmers@users.sourceforge.net> |
---|
8 |
|
---|
9 |
Freebob = FireWire Audio for Linux... |
---|
10 |
http://freebob.sf.net |
---|
11 |
|
---|
12 |
This library is free software; you can redistribute it and/or |
---|
13 |
modify it under the terms of the GNU Lesser General Public |
---|
14 |
License as published by the Free Software Foundation; either |
---|
15 |
version 2.1 of the License, or (at your option) any later version. |
---|
16 |
|
---|
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 |
Lesser General Public License for more details. |
---|
21 |
|
---|
22 |
You should have received a copy of the GNU Lesser General Public |
---|
23 |
License along with this library; if not, write to the Free Software |
---|
24 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
25 |
|
---|
26 |
*****************************************************************************/ |
---|
27 |
|
---|
28 |
#ifndef __FREEBOBCTL_VERSION_H |
---|
29 |
#define __FREEBOBCTL_VERSION_H |
---|
30 |
|
---|
31 |
#define FREEBOBCTL_PACKAGE "@PACKAGE@" |
---|
32 |
#define FREEBOBCTL_VERSION "@VERSION@" |
---|
33 |
|
---|
34 |
#endif // __FREEBOBCTL_VERSION_H |
---|
35 |
|
---|
36 |
// end of version.h |
---|