git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
18 lines
266 B
C
18 lines
266 B
C
|
|
/* 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
|