Haru Free PDF Library
hpdf_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HPDF_MAJOR_VERSION   2
 
#define HPDF_MINOR_VERSION   4
 
#define HPDF_BUGFIX_VERSION   4
 
#define HPDF_EXTRA_VERSION   ""
 
#define hpdf_vquote(x)   #x
 
#define hpdf_vexp(x)   hpdf_vquote(x)
 
#define HPDF_VERSION_TEXT   (hpdf_vexp(HPDF_MAJOR_VERSION) "." hpdf_vexp(HPDF_MINOR_VERSION) "." hpdf_vexp(HPDF_BUGFIX_VERSION) HPDF_EXTRA_VERSION)
 
#define HPDF_VERSION_ID   ((HPDF_MAJOR_VERSION) * 10000 + (HPDF_MINOR_VERSION) * 100 + (HPDF_BUGFIX_VERSION))
 

Macro Definition Documentation

◆ HPDF_BUGFIX_VERSION

#define HPDF_BUGFIX_VERSION   4

◆ HPDF_EXTRA_VERSION

#define HPDF_EXTRA_VERSION   ""

◆ HPDF_MAJOR_VERSION

#define HPDF_MAJOR_VERSION   2

◆ HPDF_MINOR_VERSION

#define HPDF_MINOR_VERSION   4

◆ HPDF_VERSION_ID

#define HPDF_VERSION_ID   ((HPDF_MAJOR_VERSION) * 10000 + (HPDF_MINOR_VERSION) * 100 + (HPDF_BUGFIX_VERSION))

◆ HPDF_VERSION_TEXT

◆ hpdf_vexp

#define hpdf_vexp (   x)    hpdf_vquote(x)

◆ hpdf_vquote

#define hpdf_vquote (   x)    #x