• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*=============================================================================
2     Boost.Wave: A Standard compliant C++ preprocessor library
3     http://www.boost.org/
4 
5     Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
6     Software License, Version 1.0. (See accompanying file
7     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9 
10 #if !defined(BOOST_CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED)
11 #define BOOST_CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED
12 
13 #include <boost/wave/wave_version.hpp>
14 
15 #define CPP_VERSION_MAJOR           BOOST_WAVE_VERSION_MAJOR
16 #define CPP_VERSION_MINOR           BOOST_WAVE_VERSION_MINOR
17 #define CPP_VERSION_SUBMINOR        BOOST_WAVE_VERSION_SUBMINOR
18 #define CPP_VERSION_FULL            BOOST_WAVE_VERSION
19 
20 #define CPP_VERSION_FULL_STR        BOOST_PP_STRINGIZE(CPP_VERSION_FULL)
21 
22 #define CPP_VERSION_DATE            20120523L
23 #define CPP_VERSION_DATE_STR        "20120523"
24 
25 #endif // !defined(BOOST_CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED)
26