Go to the documentation of this file. 23 #ifndef GINAC_VERSION_H 24 #define GINAC_VERSION_H 27 #define GINACLIB_MAJOR_VERSION 1 30 #define GINACLIB_MINOR_VERSION 8 33 #define GINACLIB_MICRO_VERSION 0 55 #define GINAC_LT_CURRENT 11 56 #define GINAC_LT_REVISION 0 57 #define GINAC_LT_AGE 0 77 #define GINACLIB_ARCHIVE_VERSION 3 78 #define GINACLIB_ARCHIVE_AGE 3 80 #define GINACLIB_STR_HELPER(x) #x 81 #define GINACLIB_STR(x) GINACLIB_STR_HELPER(x) 82 #define GINACLIB_VERSION \ 83 GINACLIB_STR(GINACLIB_MAJOR_VERSION) "." \ 84 GINACLIB_STR(GINACLIB_MINOR_VERSION) "." \ 85 GINACLIB_STR(GINACLIB_MICRO_VERSION) 95 #endif // ndef GINAC_VERSION_H
This page is part of the GiNaC
developer's reference. It was generated automatically by doxygen. For
an introduction, see the tutorial.