Veil
veil_version.h
Go to the documentation of this file.
1 /**
2  * @file veil_version.h
3  * \code
4  * Author: Marc Munro
5  * Copyright (c) 2005 - 2016 Marc Munro
6  * License: BSD
7  *
8  * \endcode
9  * @brief
10  * Provides version information for veil
11  *
12  */
13 
14 /** The version number for this version of veil
15  */
16 #define VEIL_VERSION "9.5.0"
17 /** The version number suffix, indicating stability.
18  */
19 #define VEIL_VERSION_INFO "Stable"
20