]> granicus.if.org Git - icu/commitdiff
ICU-10993 ICU4C version number to 54.1.
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 5 Sep 2014 14:15:25 +0000 (14:15 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 5 Sep 2014 14:15:25 +0000 (14:15 +0000)
X-SVN-Rev: 36357

icu4c/source/common/unicode/uvernum.h

index d605cfb26353376265f462242b8f1421c333b680..c0e954f4ce953cac2460929c90584c3cc3f78514 100644 (file)
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.6
  */
-#define U_ICU_VERSION_MINOR_NUM 0
+#define U_ICU_VERSION_MINOR_NUM 1
 
 /** The current ICU patchlevel version as an integer.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION_PATCHLEVEL_NUM 1
+#define U_ICU_VERSION_PATCHLEVEL_NUM 0
 
 /** The current ICU build level version as an integer.
  *  This value is for use by ICU clients. It defaults to 0.
  *  This value will change in the subsequent releases of ICU
  *  @stable ICU 2.4
  */
-#define U_ICU_VERSION "54.0.1"
+#define U_ICU_VERSION "54.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
 /** Data version in ICU4C.
  * @internal ICU 4.4 Internal Use Only
  **/
-#define U_ICU_DATA_VERSION "54.0.1"
+#define U_ICU_DATA_VERSION "54.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================