changeset 25177:f7a8adb5758c stable

gripes.h: Update future version number in comment from 4.6 to 5.0. * gripes.h: Update future version number in comment from 4.6 to 5.0.
author Rik <rik@octave.org>
date Mon, 09 Apr 2018 08:58:17 -0700
parents 6fdfe4127f0f
children 4e79e324f441
files libinterp/corefcn/gripes.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gripes.h	Mon Apr 09 11:00:35 2018 -0400
+++ b/libinterp/corefcn/gripes.h	Mon Apr 09 08:58:17 2018 -0700
@@ -114,7 +114,7 @@
 OCTAVE_NORETURN OCTINTERP_API extern void
 gripe_not_implemented (const char *);
 
-// FIXME: Deprecated in 4.2, remove in 4.6
+// FIXME: DEPRECATED: Deprecated in 4.2, remove in 5.0
 OCTAVE_DEPRECATED (4.2, "use 'err_disabled_feature' or 'warn_disabled_feature' instead")
 OCTAVE_NORETURN OCTINTERP_API extern void
 gripe_not_supported (const char *);