PIPS
version.h
Go to the documentation of this file.
1 /*
2 
3  $Id: version.h 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 /* This file is part of HPFC within PIPS.
25  */
26 
27 /* Rough history of HPFC versions:
28  *
29  * 1.0 (Jun 93): Runtime resolution
30  * 2.0 (Sep 93): Overlaps
31  * 3.0 (Aug 94): IOs
32  * 4.0 (Dec 94): commons/preocedures
33  * 5.0 (Jun 95): remappings
34  * 5.1 (Feb 96): dynamic live copies
35  * 5.2 (Mar 96): io and pure directives
36  * 5.3 (Mar 96): prescriptive (descriptive!) mappings
37  */
38 
39 #define HPFC_CURRENT_VERSION "5.3"
40 
41 /* that is all
42  */