File: fusionsound_version.h.in

package info (click to toggle)
fusionsound 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,584 kB
  • ctags: 1,568
  • sloc: ansic: 16,461; sh: 8,865; perl: 668; makefile: 375
file content (37 lines) | stat: -rw-r--r-- 1,519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
   (c) Copyright 2000-2002  convergence integrated media GmbH.
   (c) Copyright 2002-2005  convergence GmbH.

   All rights reserved.

   Written by Denis Oliver Kropp <dok@FUSIONSOUND.org>,
              Andreas Hundt <andi@fischlustig.de>,
              Sven Neumann <sven@convergence.de> and
              Claudio Ciccani <klan@users.sf.net>.

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2 of the License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the
   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.
*/

#ifndef __FUSIONSOUND_VERSION_H__
#define __FUSIONSOUND_VERSION_H__

#define FUSIONSOUND_MAJOR_VERSION  (@FUSIONSOUND_MAJOR_VERSION@)
#define FUSIONSOUND_MINOR_VERSION  (@FUSIONSOUND_MINOR_VERSION@)
#define FUSIONSOUND_MICRO_VERSION  (@FUSIONSOUND_MICRO_VERSION@)
#define FUSIONSOUND_BINARY_AGE     (@FUSIONSOUND_BINARY_AGE@)
#define FUSIONSOUND_INTERFACE_AGE  (@FUSIONSOUND_INTERFACE_AGE@)

#endif /* __FUSIONSOUND_VERSION_H__ */