]> granicus.if.org Git - icu/commitdiff
ICU-8878 Update ICU version info for 49m2
authorPeter Edberg <pedberg@unicode.org>
Thu, 8 Dec 2011 03:23:29 +0000 (03:23 +0000)
committerPeter Edberg <pedberg@unicode.org>
Thu, 8 Dec 2011 03:23:29 +0000 (03:23 +0000)
X-SVN-Rev: 31063

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

index abe0b0c9e64ea05c7f0d2c18d7364af4494d8e4b..fcad9caaa33f2aebade646ff696d412fa387b11f 100644 (file)
@@ -60,7 +60,7 @@
  *  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 2
 
 /** 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 "49.0.1"
+#define U_ICU_VERSION "49.0.2"
 
 /** 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 "49.0.1"
+#define U_ICU_DATA_VERSION "49.0.2"
 #endif  /* U_HIDE_INTERNAL_API */
 
 /*===========================================================================
index f617e48cc29ebda82cc1701c5625ea5b4b1cd282..bb85eebf7d9ec5e6294ab8847dcc50908d0f249c 100644 (file)
@@ -6,6 +6,6 @@
 // ***************************************************************************
 
 icuver:table(nofallback){ 
-    DataVersion { "49.0.1.0" }
-    ICUVersion  { "49.0.1.0" }
+    DataVersion { "49.0.2.0" }
+    ICUVersion  { "49.0.2.0" }
 }