From a9ff175cf0e8a8d991f1f73ff4c2aeb14211eb21 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 28 Feb 2021 17:37:40 -0600 Subject: [PATCH] Replace "UNRELEASED" in epicsString.h --- modules/libcom/src/misc/epicsString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/src/misc/epicsString.h b/modules/libcom/src/misc/epicsString.h index 3c08e5277..854b552c6 100644 --- a/modules/libcom/src/misc/epicsString.h +++ b/modules/libcom/src/misc/epicsString.h @@ -48,7 +48,7 @@ LIBCOM_API unsigned int epicsMemHash(const char *str, size_t length, * @returns 1.0 when A and B are identical, down to 0.0 when A and B are unrelated, * or < 0.0 on error. * - * @since UNRELEASED + * @since EPICS 7.0.5 */ LIBCOM_API double epicsStrSimilarity(const char *A, const char *B);