Chris@16: /*============================================================================= Chris@16: Boost.Wave: A Standard compliant C++ preprocessor library Chris@16: Chris@16: This is the current version of the Wave library Chris@16: Chris@16: http://www.boost.org/ Chris@16: Chris@16: Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost Chris@16: Software License, Version 1.0. (See accompanying file Chris@16: LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: =============================================================================*/ Chris@16: Chris@16: #if !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED) Chris@16: #define WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED Chris@16: Chris@16: // BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version Chris@16: // BOOST_WAVE_VERSION & 0x00FF00 is the minor version Chris@16: // BOOST_WAVE_VERSION & 0xFF0000 is the major version Chris@16: #define BOOST_WAVE_VERSION 0x020302 Chris@16: Chris@16: // The following defines contain the same information as above Chris@16: #define BOOST_WAVE_VERSION_MAJOR 2 Chris@16: #define BOOST_WAVE_VERSION_MINOR 3 Chris@16: #define BOOST_WAVE_VERSION_SUBMINOR 2 Chris@16: Chris@16: #endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)