swig/vms/swigver.h
Dave Beazley 12a43edc2d The great merge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30 22:01:28 +00:00

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