00001 /** 00002 * @file veil_version.h 00003 * \code 00004 * Author: Marc Munro 00005 * Copyright (c) 2005 - 2011 Marc Munro 00006 * License: BSD 00007 * 00008 * \endcode 00009 * @brief 00010 * Provides version information for veil 00011 * 00012 */ 00013 00014 /** The version number for this version of veil 00015 */ 00016 #define VEIL_VERSION "9.1.0" 00017 /** The version number suffix, indicating stability. 00018 */ 00019 #define VEIL_VERSION_INFO "Stable" 00020