git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
18 lines
321 B
C
18 lines
321 B
C
|
|
/* SWIG version information */
|
|
|
|
#ifndef SWIG_VERSION
|
|
#define SWIG_VERSION "@SWIG_VERSION@"
|
|
#endif
|
|
|
|
#ifndef SWIG_MAJOR_VERSION
|
|
#define SWIG_MAJOR_VERSION @SWIG_MAJOR_VERSION@
|
|
#endif
|
|
|
|
#ifndef SWIG_MINOR_VERSION
|
|
#define SWIG_MINOR_VERSION @SWIG_MINOR_VERSION@
|
|
#endif
|
|
|
|
#ifndef SWIG_SPIN
|
|
#define SWIG_SPIN @SWIG_SPIN@
|
|
#endif
|