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 8
58#define GINAC_LT_CURRENT 13
59#define GINAC_LT_REVISION 0
80#define GINACLIB_ARCHIVE_VERSION 3
81#define GINACLIB_ARCHIVE_AGE 3
83#define GINACLIB_STR_HELPER(x) #x
84#define GINACLIB_STR(x) GINACLIB_STR_HELPER(x)
85#define GINACLIB_VERSION \
86 GINACLIB_STR(GINACLIB_MAJOR_VERSION) "." \
87 GINACLIB_STR(GINACLIB_MINOR_VERSION) "." \
88 GINACLIB_STR(GINACLIB_MICRO_VERSION)
This page is part of the GiNaC
developer's reference. It was generated automatically by doxygen. For
an introduction, see the tutorial.