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