Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/wave/cpp_version.hpp @ 30

Last change on this file since 30 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.1 KB
Line 
1/*=============================================================================
2    Boost.Wave: A Standard compliant C++ preprocessor library
3    http://www.boost.org/
4
5    Copyright (c) 2001-2007 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(CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED)
11#define 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            20060919L
23#define CPP_VERSION_DATE_STR        "20060919"
24
25#endif // !defined(CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED)
Note: See TracBrowser for help on using the repository browser.