PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-15/SWIG/Source/Include/swigver.h.in

#
Autoconf | 18 lines | 1 code | 5 blank | 12 comment | 0 complexity | 74a500213836de041a749ee771eaa677 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* SWIG version information */
  2. #ifndef SWIG_VERSION
  3. #define SWIG_VERSION "@SWIG_VERSION@"
  4. #endif
  5. #ifndef SWIG_MAJOR_VERSION
  6. #define SWIG_MAJOR_VERSION @SWIG_MAJOR_VERSION@
  7. #endif
  8. #ifndef SWIG_MINOR_VERSION
  9. #define SWIG_MINOR_VERSION @SWIG_MINOR_VERSION@
  10. #endif
  11. #ifndef SWIG_SPIN
  12. #define SWIG_SPIN @SWIG_SPIN@
  13. #endif