# HG changeset patch # User Rik # Date 1523289497 25200 # Node ID f7a8adb5758c6b348954a5522171f9cfb0a9db90 # Parent 6fdfe4127f0f29b33d045a636e363f1e4463dca6 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. diff -r 6fdfe4127f0f -r f7a8adb5758c libinterp/corefcn/gripes.h --- 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 *);