PIPS
revisions.c
Go to the documentation of this file.
1 /*
2 
3  $Id: revisions.c 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 #ifdef HAVE_CONFIG_H
25  #include "pips_config.h"
26 #endif
27 
28 #include "newgen_version.h"
29 #include "linear_version.h"
30 #include "pips_version.h"
31 
32 /* could be shared somewhere? */
33 char * soft_revisions =
34  " newgen: " NEWGEN_REV "\n"
35  " linear: " LINEAR_REV "\n"
36  " pips: " PIPS_REV "\n"
37  " nlpmake: " PIPS_MAKE_REV "\n";
38 
40 
#define LINEAR_REV
Definition: linear_version.h:1
#define NEWGEN_REV
Definition: newgen_version.h:1
#define PIPS_REV
Definition: pips_version.h:1
#define PIPS_MAKE_REV
Definition: pips_version.h:2
#define CC_VERSION
Definition: pips_version.h:3
#define UTC_DATE
Definition: pips_version.h:5
char * soft_revisions
could be shared somewhere?
Definition: revisions.c:33
char * cc_version
Definition: revisions.c:41
char * soft_date
Definition: revisions.c:39