GiNaC 1.8.7
Namespaces | Macros
version.h File Reference

GiNaC library version information. More...

Go to the source code of this file.

Namespaces

namespace  GiNaC
 

Macros

#define GINACLIB_MAJOR_VERSION   1
 
#define GINACLIB_MINOR_VERSION   8
 
#define GINACLIB_MICRO_VERSION   7
 
#define GINAC_LT_CURRENT   12
 
#define GINAC_LT_REVISION   6
 
#define GINAC_LT_AGE   1
 
#define GINACLIB_ARCHIVE_VERSION   3
 
#define GINACLIB_ARCHIVE_AGE   3
 
#define GINACLIB_STR_HELPER(x)   #x
 
#define GINACLIB_STR(x)   GINACLIB_STR_HELPER(x)
 
#define GINACLIB_VERSION
 

Detailed Description

GiNaC library version information.

Definition in file version.h.

Macro Definition Documentation

◆ GINACLIB_MAJOR_VERSION

#define GINACLIB_MAJOR_VERSION   1

Definition at line 27 of file version.h.

◆ GINACLIB_MINOR_VERSION

#define GINACLIB_MINOR_VERSION   8

Definition at line 30 of file version.h.

◆ GINACLIB_MICRO_VERSION

#define GINACLIB_MICRO_VERSION   7

Definition at line 33 of file version.h.

◆ GINAC_LT_CURRENT

#define GINAC_LT_CURRENT   12

Definition at line 58 of file version.h.

◆ GINAC_LT_REVISION

#define GINAC_LT_REVISION   6

Definition at line 59 of file version.h.

◆ GINAC_LT_AGE

#define GINAC_LT_AGE   1

Definition at line 60 of file version.h.

◆ GINACLIB_ARCHIVE_VERSION

#define GINACLIB_ARCHIVE_VERSION   3

Definition at line 80 of file version.h.

◆ GINACLIB_ARCHIVE_AGE

#define GINACLIB_ARCHIVE_AGE   3

Definition at line 81 of file version.h.

◆ GINACLIB_STR_HELPER

#define GINACLIB_STR_HELPER (   x)    #x

Definition at line 83 of file version.h.

◆ GINACLIB_STR

#define GINACLIB_STR (   x)    GINACLIB_STR_HELPER(x)

Definition at line 84 of file version.h.

◆ GINACLIB_VERSION

#define GINACLIB_VERSION
Value:
GINACLIB_STR(GINACLIB_MINOR_VERSION) "." \
GINACLIB_STR(GINACLIB_MICRO_VERSION)
#define GINACLIB_STR(x)
Definition: version.h:84
#define GINACLIB_MINOR_VERSION
Definition: version.h:30
#define GINACLIB_MICRO_VERSION
Definition: version.h:33
#define GINACLIB_MAJOR_VERSION
Definition: version.h:27

Definition at line 85 of file version.h.


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.