arma_version.hpp | arma_version.hpp | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
// for any purpose. You can redistribute this file | // for any purpose. You can redistribute this file | |||
// and/or modify it under the terms of the GNU | // and/or modify it under the terms of the GNU | |||
// Lesser General Public License (LGPL) as published | // Lesser General Public License (LGPL) as published | |||
// by the Free Software Foundation, either version 3 | // by the Free Software Foundation, either version 3 | |||
// of the License or (at your option) any later version. | // of the License or (at your option) any later version. | |||
// (see http://www.opensource.org/licenses for more info) | // (see http://www.opensource.org/licenses for more info) | |||
//! \addtogroup arma_version | //! \addtogroup arma_version | |||
//! @{ | //! @{ | |||
#define ARMA_VERSION_MAJOR 0 | #define ARMA_VERSION_MAJOR 1 | |||
#define ARMA_VERSION_MINOR 9 | #define ARMA_VERSION_MINOR 0 | |||
#define ARMA_VERSION_PATCH 92 | #define ARMA_VERSION_PATCH 0 | |||
#define ARMA_VERSION_NAME "Wall Street Gangster" | #define ARMA_VERSION_NAME "Antipodean Antileech" | |||
// http://dictionary.reference.com/browse/leech | ||||
// | ||||
// 2. a person who clings to another for personal gain, | ||||
// esp. without giving anything in return, and usually | ||||
// with the implication or effect of exhausting the | ||||
// other's resources; parasite. | ||||
struct arma_version | struct arma_version | |||
{ | { | |||
static const unsigned int major = ARMA_VERSION_MAJOR; | static const unsigned int major = ARMA_VERSION_MAJOR; | |||
static const unsigned int minor = ARMA_VERSION_MINOR; | static const unsigned int minor = ARMA_VERSION_MINOR; | |||
static const unsigned int patch = ARMA_VERSION_PATCH; | static const unsigned int patch = ARMA_VERSION_PATCH; | |||
static | static | |||
inline | inline | |||
std::string | std::string | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 11 lines changed or added | |||