~info-martin-konrad/epics-gateway/putlog

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 Berliner Speicherring-Gesellschaft fuer Synchrotron-
* Strahlung mbH (BESSY).
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* This file is distributed subject to a Software License Agreement found
* in the file LICENSE that is included with this distribution. 
\*************************************************************************/
#ifndef _GATEVERSION_H_
#define _GATEVERSION_H_

/*+*********************************************************************
 *
 * File:       gateVersion.h
 * Project:    CA Proxy Gateway
 *
 * Descr.:     Gateway Version Information
 *
 * Author(s):  J. Kowalkowski, J. Anderson, K. Evans (APS)
 *             R. Lange (BESSY)
 *
 *********************************************************************-*/

#define GATEWAY_VERSION       2
#define GATEWAY_REVISION      0
#define GATEWAY_MODIFICATION  0
#define GATEWAY_UPDATE_LEVEL  3

#define GATEWAY_VERSION_STRING "PV Gateway Version 2.0.0.3"

#define GATEWAY_CREDITS_STRING  \
          "Developed at Argonne National Laboratory and BESSY\n\n" \
          "Authors: Jim Kowalkowski, Janet Anderson, Kenneth Evans, Jr. (APS)\n" \
          "         Ralph Lange (BESSY)\n\n"
#endif