Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/wave/cpp_version.hpp @ 26

Last change on this file since 26 was 12, checked in by landauf, 17 years ago

added boost

File size: 953 bytes
Line 
1/*=============================================================================
2    Boost.Wave: A Standard compliant C++ preprocessor library
3    http://www.boost.org/
4
5    Copyright (c) 2001-2005 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_DATE            20050312L
19
20#endif // !defined(CPP_VERSION_HPP_CE4FE67F_63F9_468D_8364_C855F89D3C5D_INCLUDED)
Note: See TracBrowser for help on using the repository browser.