-
Notifications
You must be signed in to change notification settings - Fork 1
/
version.h
38 lines (32 loc) · 1.55 KB
/
version.h
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
38
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 Deutches Elektronen-Synchrotron in der Helmholtz-
* Gemelnschaft (DESY).
* Copyright (c) 2002 Berliner Speicherring-Gesellschaft fuer Synchrotron-
* Strahlung mbH (BESSY).
* Copyright (c) 2002 Southeastern Universities Research Association, as
* Operator of Thomas Jefferson National Accelerator Facility.
* 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.
\*************************************************************************/
/* version.h */
/************************DESCRIPTION***********************************
* Alarm Handler Version and Credits Information
**********************************************************************/
#ifndef INCversionh
#define INCversionh 1
#define ALH_VERSION 1
#define ALH_REVISION 2
#define ALH_MODIFICATION 26
#define ALH_VERSION_STRING "ALH Version 1.2.26"
#define ALH_CREDITS_STRING \
"Developed at Argonne National Laboratory\n\n" \
"Authors: Ben-Chin Cha, Janet Anderson,\n" \
" Mark Anderson, Marty Kraimer,\n" \
" and Albert Kagarmanov\n\n" \
"(With SNS modifications as of 3/07 by\n" \
"John Sinclair and Kay Kasemir)\n\n"
#endif /* INCversionh */