Go to the documentation of this file.
22#ifndef GINAC_VERSION_H
23#define GINAC_VERSION_H
26#define GINACLIB_MAJOR_VERSION 1
29#define GINACLIB_MINOR_VERSION 8
32#define GINACLIB_MICRO_VERSION 10
57#define GINAC_LT_CURRENT 14
58#define GINAC_LT_REVISION 2
79#define GINACLIB_ARCHIVE_VERSION 3
80#define GINACLIB_ARCHIVE_AGE 3
82#define GINACLIB_STR_HELPER(x) #x
83#define GINACLIB_STR(x) GINACLIB_STR_HELPER(x)
84#define GINACLIB_VERSION \
85 GINACLIB_STR(GINACLIB_MAJOR_VERSION) "." \
86 GINACLIB_STR(GINACLIB_MINOR_VERSION) "." \
87 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.