libarmutils  1.4
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups
armutils_version.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * COPYRIGHT (C) 2010 Battelle Memorial Institute. All Rights Reserved.
4 *
5 ********************************************************************************
6 *
7 * Author:
8 * name: Brian Ermold
9 * phone: (509) 375-2277
10 * email: brian.ermold@pnl.gov
11 *
12 ********************************************************************************
13 *
14 * REPOSITORY INFORMATION:
15 * $Revision: 6421 $
16 * $Author: ermold $
17 * $Date: 2011-04-26 01:23:44 +0000 (Tue, 26 Apr 2011) $
18 *
19 ********************************************************************************
20 *
21 * NOTE: DOXYGEN is used to generate documentation for this file.
22 *
23 *******************************************************************************/
24 
25 /** @file armutils_version.h
26  * libarmutils library version.
27  */
28 
29 #ifndef _ARMUTILS_VERSION_H
30 #define _ARMUTILS_VERSION_H
31 
32 /**
33  * @defgroup ARMUTILS_VERSION Library Version
34  */
35 /*@{*/
36 
37 const char *armutils_lib_version(void);
38 
39 /*@}*/
40 
41 #endif /* ARMUTILS_VERSION_H */