High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_version.h File Reference

Go to the source code of this file.

Macros

#define HDRL_VERSION_STRING   "1.6.0a5"
 
#define HDRL_VERSION_CODE   10600
 
#define HDRL_VERSION(major, minor, micro)   (((major) * 10000) + ((minor) * 100) + (micro))
 

Macro Definition Documentation

◆ HDRL_VERSION

#define HDRL_VERSION (   major,
  minor,
  micro 
)    (((major) * 10000) + ((minor) * 100) + (micro))

◆ HDRL_VERSION_CODE

#define HDRL_VERSION_CODE   10600

◆ HDRL_VERSION_STRING

#define HDRL_VERSION_STRING   "1.6.0a5"