version.hpp 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Sets Outcome version
  2. (C) 2017-2019 Niall Douglas <http://www.nedproductions.biz/> (4 commits)
  3. Boost Software License - Version 1.0 - August 17th, 2003
  4. Permission is hereby granted, free of charge, to any person or organization
  5. obtaining a copy of the software and accompanying documentation covered by
  6. this license (the "Software") to use, reproduce, display, distribute,
  7. execute, and transmit the Software, and to prepare derivative works of the
  8. Software, and to permit third-parties to whom the Software is furnished to
  9. do so, all subject to the following:
  10. The copyright notices in the Software and this entire statement, including
  11. the above license grant, this restriction and the following disclaimer,
  12. must be included in all copies of the Software, in whole or in part, and
  13. all derivative works of the Software, unless such copies or derivative
  14. works are solely in the form of machine-executable object code generated by
  15. a source language processor.
  16. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  19. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  20. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  21. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  22. DEALINGS IN THE SOFTWARE.
  23. */
  24. /*! AWAITING HUGO JSON CONVERSION TOOL */
  25. #define BOOST_OUTCOME_VERSION_MAJOR 2
  26. /*! AWAITING HUGO JSON CONVERSION TOOL */
  27. #define BOOST_OUTCOME_VERSION_MINOR 2
  28. /*! AWAITING HUGO JSON CONVERSION TOOL */
  29. #define BOOST_OUTCOME_VERSION_PATCH 0
  30. /*! AWAITING HUGO JSON CONVERSION TOOL */
  31. #define BOOST_OUTCOME_VERSION_REVISION 0 // Revision version for cmake and DLL version stamping
  32. /*! AWAITING HUGO JSON CONVERSION TOOL */
  33. #ifndef BOOST_OUTCOME_DISABLE_ABI_PERMUTATION
  34. #define BOOST_OUTCOME_UNSTABLE_VERSION
  35. #endif