Last change
on this file since 33 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
1.1 KB
|
Rev | Line | |
---|
[29] | 1 | /*============================================================================= |
---|
| 2 | Boost.Wave: A Standard compliant C++ preprocessor library |
---|
| 3 | |
---|
| 4 | This is the current version of the Wave library |
---|
| 5 | |
---|
| 6 | http://www.boost.org/ |
---|
| 7 | |
---|
| 8 | Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost |
---|
| 9 | Software License, Version 1.0. (See accompanying file |
---|
| 10 | LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
| 11 | =============================================================================*/ |
---|
| 12 | |
---|
| 13 | #if !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED) |
---|
| 14 | #define WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED |
---|
| 15 | |
---|
| 16 | // BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version |
---|
| 17 | // BOOST_WAVE_VERSION & 0x00FF00 is the minor version |
---|
| 18 | // BOOST_WAVE_VERSION & 0xFF0000 is the major version |
---|
| 19 | #define BOOST_WAVE_VERSION 0x010204 |
---|
| 20 | |
---|
| 21 | // The following defines contain the same information as above |
---|
| 22 | #define BOOST_WAVE_VERSION_MAJOR 1 |
---|
| 23 | #define BOOST_WAVE_VERSION_MINOR 2 |
---|
| 24 | #define BOOST_WAVE_VERSION_SUBMINOR 4 |
---|
| 25 | |
---|
| 26 | #endif // !defined(WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED) |
---|
Note: See
TracBrowser
for help on using the repository browser.