os/ossrv/ossrv_pub/boost_apis/boost/wave/wave_version.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/wave/wave_version.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +/*=============================================================================
     1.5 +    Boost.Wave: A Standard compliant C++ preprocessor library
     1.6 +
     1.7 +    This is the current version of the Wave library
     1.8 +    
     1.9 +    http://www.boost.org/
    1.10 +
    1.11 +    Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
    1.12 +    Software License, Version 1.0. (See accompanying file
    1.13 +    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
    1.14 +=============================================================================*/
    1.15 +
    1.16 +#if !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)
    1.17 +#define WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED
    1.18 +
    1.19 +//  BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version
    1.20 +//  BOOST_WAVE_VERSION & 0x00FF00 is the minor version
    1.21 +//  BOOST_WAVE_VERSION & 0xFF0000 is the major version
    1.22 +#define BOOST_WAVE_VERSION                 0x010204
    1.23 +
    1.24 +//  The following defines contain the same information as above
    1.25 +#define BOOST_WAVE_VERSION_MAJOR           1
    1.26 +#define BOOST_WAVE_VERSION_MINOR           2
    1.27 +#define BOOST_WAVE_VERSION_SUBMINOR        4
    1.28 +
    1.29 +#endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)