]> granicus.if.org Git - icu/commitdiff
ICU-10740 Update version number to 53.1 in ICU4C
authorMichael Ow <mow@svn.icu-project.org>
Tue, 4 Mar 2014 17:59:29 +0000 (17:59 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Tue, 4 Mar 2014 17:59:29 +0000 (17:59 +0000)
X-SVN-Rev: 35324

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

index 8b4c356f2f0dd12c8032fa58a6128205d8ceedcc..1204e8fa335c7014f8115e2438e5c08d184b2049 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 "53.0.1"
+#define U_ICU_VERSION "53.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 "53.0.1"
+#define U_ICU_DATA_VERSION "53.1"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index 1af96a55fffef84878bca0aa7f1994a233b4673a..22589727b6933ecc35d7ffce21a8d4dd23a4e8f4 100644 (file)
@@ -1,11 +1,11 @@
 // ***************************************************************************
 // *
-// * Copyright (C) 2010-2013 International Business Machines
+// * Copyright (C) 2010-2014 International Business Machines
 // * Corporation and others.  All Rights Reserved.
 // *
 // ***************************************************************************
 
 icuver:table(nofallback){ 
-    DataVersion { "53.0.1.0" }
-    ICUVersion  { "53.0.1.0" }
+    DataVersion { "53.1.0.0" }
+    ICUVersion  { "53.1.0.0" }
 }