/** * @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"