~ubuntu-branches/ubuntu/oneiric/xmp/oneiric

« back to all changes in this revision

Viewing changes to src/plugin/tunenet/include/TN_XMP.tnplug_rev.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-01-15 01:15:22 UTC
  • mfrom: (1.1.8 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100115011522-r4otlsg687ee1yx4
Tags: 3.0.0+20090923-1ubuntu1
* Merge from debian testing (LP: #507732).  Reamining changes:
  + Add PulseAudio support:
    - debian/rules: Add --enable-pulseaudio to ./configure
  + RFE Compile with 128 bit mixer:
    - dpatch support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This is part of the TuneNet XMP plugin
 
2
 * written by Chris Young <chris@unsatisfactorysoftware.co.uk>
 
3
 * based on an example plugin by Paul Heams
 
4
 */
 
5
 
 
6
/* VER REV SUB is XMP VER.REV.SUB
 
7
 * VER AMIREV is AmigaOS/plugin VER.REV
 
8
 * AMIREV is treated as a separate value and must start at 1 and increase
 
9
 */
 
10
 
 
11
#define VER             @VER@
 
12
#define REV             @REV@
 
13
#define SUB             @SUB@
 
14
#define AMIREV          1
 
15
#define VSTRING         "XMP.tnplug @VER@.1 (02.08.2009)\r\n"
 
16
#define VERSTAG         "\0$VER: XMP.tnplug @VER@.1 (02.08.2009)"