~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Source/Include/swigver.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2002-03-29 01:56:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020329015607-c0wt03xu8oy9ioj7
Tags: upstream-1.3.11
ImportĀ upstreamĀ versionĀ 1.3.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* SWIG version information */
 
3
 
 
4
#ifndef SWIG_VERSION
 
5
#define SWIG_VERSION "@SWIG_VERSION@"
 
6
#endif
 
7
 
 
8
#ifndef SWIG_MAJOR_VERSION
 
9
#define SWIG_MAJOR_VERSION @SWIG_MAJOR_VERSION@
 
10
#endif
 
11
 
 
12
#ifndef SWIG_MINOR_VERSION
 
13
#define SWIG_MINOR_VERSION @SWIG_MINOR_VERSION@
 
14
#endif
 
15
 
 
16
#ifndef SWIG_SPIN
 
17
#define SWIG_SPIN @SWIG_SPIN@
 
18
#endif