summaryrefslogtreecommitdiff
path: root/vms/swigver.h
blob: 0fa6bfdbe6d782e7ff13966bb53ac9061715ae35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

/* SWIG version information */

#ifndef SWIG_VERSION
#define SWIG_VERSION 0x010316
#endif

#ifndef SWIG_MAJOR_VERSION
#define SWIG_MAJOR_VERSION 1
#endif

#ifndef SWIG_MINOR_VERSION
#define SWIG_MINOR_VERSION 3
#endif

#ifndef SWIG_SPIN
#define SWIG_SPIN 16
#endif