token_statistics_version.hpp 810 B

1234567891011121314151617181920
  1. /*=============================================================================
  2. Boost.Wave: A Standard compliant C++ preprocessor library
  3. Sample: Collect token statistics from the analysed files
  4. http://www.boost.org/
  5. Copyright (c) 2001-2010 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. #if !defined(TOKEN_STATISTICS_VERSION_HPP)
  10. #define TOKEN_STATISTICS_VERSION_HPP
  11. #define TOKEN_STATISTICS_VERSION_MAJOR 0
  12. #define TOKEN_STATISTICS_VERSION_MINOR 1
  13. #define TOKEN_STATISTICS_VERSION_SUBMINOR 0
  14. #endif // !defined(TOKEN_STATISTICS_VERSION_HPP)