From: Markus Scherer Date: Wed, 6 Dec 2017 22:37:29 +0000 (+0000) Subject: ICU-13506 fix U_ICU_VERSION_SHORT docs for ICU 4.8- vs 49+ X-Git-Tag: release-61-rc~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d636fabe79e6f854aca8551e7486a059cf62d489;p=icu ICU-13506 fix U_ICU_VERSION_SHORT docs for ICU 4.8- vs 49+ X-SVN-Rev: 40707 --- diff --git a/icu4c/source/common/unicode/uvernum.h b/icu4c/source/common/unicode/uvernum.h index ce7dec15535..db558962e09 100644 --- a/icu4c/source/common/unicode/uvernum.h +++ b/icu4c/source/common/unicode/uvernum.h @@ -121,9 +121,16 @@ */ #define U_ICU_VERSION "60.1" -/** The current ICU library major/minor version as a string without dots, for library name suffixes. - * This value will change in the subsequent releases of ICU - * @stable ICU 2.6 +/** + * The current ICU library major version number as a string, for library name suffixes. + * This value will change in subsequent releases of ICU. + * + * Until ICU 4.8, this was the combination of the single-digit major and minor ICU version numbers + * into one string without dots ("48"). + * Since ICU 49, it is the double-digit major ICU version number. + * See http://userguide.icu-project.org/design#TOC-Version-Numbers-in-ICU + * + * @stable ICU 2.6 */ #define U_ICU_VERSION_SHORT "60"