From: Lou Berger Date: Tue, 10 Jul 2018 20:01:35 +0000 (-0400) Subject: doc: update doc to no longer requires use of VERSION_TYPE_DEV X-Git-Tag: frr-6.1-dev~156^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e60dd6cae4b972c5897d16340943296d3d916d75;p=matthieu%2Ffrr.git doc: update doc to no longer requires use of VERSION_TYPE_DEV Signed-off-by: Lou Berger --- diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index cd03d2733d..358cb9ac7b 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -776,7 +776,7 @@ annotations must be ignored non-development branches. For example: .. code-block:: c - #if defined(VERSION_TYPE_DEV) && CONFDATE > 20180403 + #if CONFDATE > 20180403 CPP_NOTICE("Use of is deprecated, please use ") #endif