]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/outcome/detail/version.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / outcome / detail / version.hpp
index 8a03d8fac3f48be2f122991246b986ee91a92ace..3b540acaf639d2a2b3daaafda7c32eeee678ef6e 100644 (file)
@@ -1,5 +1,5 @@
 /* Sets Outcome version
-(C) 2017-2020 Niall Douglas <http://www.nedproductions.biz/> (4 commits)
+(C) 2017-2022 Niall Douglas <http://www.nedproductions.biz/> (4 commits)
 
 
 Boost Software License - Version 1.0 - August 17th, 2003
@@ -30,13 +30,13 @@ DEALINGS IN THE SOFTWARE.
 /*! AWAITING HUGO JSON CONVERSION TOOL */
 #define BOOST_OUTCOME_VERSION_MAJOR    2
 /*! AWAITING HUGO JSON CONVERSION TOOL */
-#define BOOST_OUTCOME_VERSION_MINOR    1
+#define BOOST_OUTCOME_VERSION_MINOR    2
 /*! AWAITING HUGO JSON CONVERSION TOOL */
-#define BOOST_OUTCOME_VERSION_PATCH    0
+#define BOOST_OUTCOME_VERSION_PATCH    3
 /*! AWAITING HUGO JSON CONVERSION TOOL */
 #define BOOST_OUTCOME_VERSION_REVISION 0  // Revision version for cmake and DLL version stamping
 
 /*! AWAITING HUGO JSON CONVERSION TOOL */
-#ifndef BOOST_OUTCOME_DISABLE_ABI_PERMUTATION
+#ifdef BOOST_OUTCOME_ENABLE_ABI_PERMUTATION
 #define BOOST_OUTCOME_UNSTABLE_VERSION
 #endif