X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bb5446e9de29764eb8d739753c101cbb90a7b21..bc3c72d4a486abe8a327b9126adec68b2cc53022:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index d12022c7a0..934ddf8465 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -48,8 +48,8 @@ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.34)") #define XBT_ATTRIB_DEPRECATED_v336(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.35)") -#define XBT_ATTRIB_DEPRECATED_v337(mesg) \ - XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.36)") +#define XBT_ATTRIB_DEPRECATED_v338(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.37)") /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */ #ifdef __INTELLISENSE__