High-Level Data Reduction Library
1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_version.h
Go to the documentation of this file.
1
/*
2
* This file is part of the HDRL
3
* Copyright (C) 2016 European Southern Observatory
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 2 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
*/
19
20
/*
21
* Do not edit this file! This file was automatically generated.
22
* All changes to this file might be lost!
23
*/
24
25
#ifndef HDRL_VERSION_H
26
#define HDRL_VERSION_H
27
28
#define HDRL_VERSION_STRING "1.6.0a5"
29
#define HDRL_VERSION_CODE 10600
30
31
#define HDRL_VERSION(major, minor, micro) \
32
(((major) * 10000) + ((minor) * 100) + (micro))
33
34
35
#endif
/* HDRL_VERSION_H */
hdrl_version.h
Generated by
1.9.8