|
||||
File indexing completed on 2025-01-18 09:53:44
0001 /*============================================================================= 0002 Boost.Wave: A Standard compliant C++ preprocessor library 0003 0004 This is the current version of the Wave library 0005 0006 http://www.boost.org/ 0007 0008 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 0009 Software License, Version 1.0. (See accompanying file 0010 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0011 =============================================================================*/ 0012 0013 #if !defined(BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED) 0014 #define BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED 0015 0016 // BOOST_WAVE_VERSION & 0x0000FF is the sub-minor version 0017 // BOOST_WAVE_VERSION & 0x00FF00 is the minor version 0018 // BOOST_WAVE_VERSION & 0xFF0000 is the major version 0019 #define BOOST_WAVE_VERSION 0x020302 0020 0021 // The following defines contain the same information as above 0022 #define BOOST_WAVE_VERSION_MAJOR 2 0023 #define BOOST_WAVE_VERSION_MINOR 3 0024 #define BOOST_WAVE_VERSION_SUBMINOR 2 0025 0026 #endif // !defined(BOOST_WAVE_VERSION_H_9D79ABDB_AC54_4C0A_89B1_F70A2DCFE21E_INCLUDED)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |