]> granicus.if.org Git - icu/commitdiff
ICU-11433 Update version number to 55.1
authorMichael Ow <mow@svn.icu-project.org>
Thu, 5 Mar 2015 06:32:53 +0000 (06:32 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Thu, 5 Mar 2015 06:32:53 +0000 (06:32 +0000)
X-SVN-Rev: 37147

icu4c/source/common/unicode/uvernum.h
icu4c/source/data/misc/icuver.txt

index ce11bb43baae4c2879ad2e4200a51c50aa5e85c6..cec3eda5e49c5ef5c9c1f1698a3ff171d0c768c4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2000-2014, International Business Machines
+*   Copyright (C) 2000-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *
  *  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 "55.0.1"
+#define U_ICU_VERSION "55.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 "55.0.1"
+#define U_ICU_DATA_VERSION "55.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index 0be744bc963f055d150d65981845d9494a3831cb..75ad64b06ac5892a2014817b7a3b2dacb34b37e7 100644 (file)
@@ -1,11 +1,11 @@
 // ***************************************************************************
 // *
-// * Copyright (C) 2010-2014 International Business Machines
+// * Copyright (C) 2010-2015 International Business Machines
 // * Corporation and others.  All Rights Reserved.
 // *
 // ***************************************************************************
 
 icuver:table(nofallback){ 
-    DataVersion { "55.0.1.0" }
-    ICUVersion  { "55.0.1.0" }
+    DataVersion { "55.1.0.0" }
+    ICUVersion  { "55.1.0.0" }
 }