]> granicus.if.org Git - icu/commitdiff
ICU-13506 fix U_ICU_VERSION_SHORT docs for ICU 4.8- vs 49+
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 6 Dec 2017 22:37:29 +0000 (22:37 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 6 Dec 2017 22:37:29 +0000 (22:37 +0000)
X-SVN-Rev: 40707

icu4c/source/common/unicode/uvernum.h

index ce7dec15535c7e44a3d8ca03061f5b797df6ed04..db558962e09bc0d16e5f5ef4da320c6c9a05449c 100644 (file)
  */
 #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"