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