From b78aacd6ff23788d7efbe43021b2c5c8d053c994 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 25 Jun 2019 16:40:49 +0200 Subject: [PATCH] Upgrade XBT_ATTRIB_DEPRECATED_v326 -> v327. --- doc/Doxyfile.in | 2 +- docs/source/Doxyfile | 2 +- include/xbt/base.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index a9df18b33f..40bde05557 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1444,7 +1444,7 @@ PREDEFINED = __cplusplus \ XBT_ATTRIB_UNUSED= \ XBT_ATTRIB_DEPRECATED_v324(m)= \ XBT_ATTRIB_DEPRECATED_v325(m)= \ - XBT_ATTRIB_DEPRECATED_v326(m)= + XBT_ATTRIB_DEPRECATED_v327(m)= # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index 416264825f..7165a2aa40 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -42,4 +42,4 @@ PREDEFINED += \ XBT_ATTRIB_UNUSED= \ XBT_ATTRIB_DEPRECATED_v324(m)= \ XBT_ATTRIB_DEPRECATED_v325(m)= \ - XBT_ATTRIB_DEPRECATED_v326(m)= + XBT_ATTRIB_DEPRECATED_v327(m)= diff --git a/include/xbt/base.h b/include/xbt/base.h index 7ebedbeff3..3b71784562 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -75,8 +75,8 @@ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.24)") /* Will be dropped in v3.24 */ #define XBT_ATTRIB_DEPRECATED_v325(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.25)") /* Will be dropped in v3.25 */ -#define XBT_ATTRIB_DEPRECATED_v326(mesg) \ - XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.26)") /* Will be dropped in v3.26 */ +#define XBT_ATTRIB_DEPRECATED_v327(mesg) \ + XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.27)") /* Will be dropped in v3.27 */ #if !defined(__APPLE__) # define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio))) -- 2.20.1