summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/uvernum.h
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-12-09 12:44:31 -0800
committerSteven R. Loomis <srloomis@us.ibm.com>2016-12-29 13:47:32 -0800
commit68f004f25697a5258ddb716ba2b543f4b07f5f24 (patch)
treee5949e12056a7bc82a91f393d5ea23ceda78b833 /deps/icu-small/source/common/unicode/uvernum.h
parentd9ac34cb792d65df3548cb31e40067306d914498 (diff)
downloadandroid-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.tar.gz
android-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.tar.bz2
android-node-v8-68f004f25697a5258ddb716ba2b543f4b07f5f24.zip
deps: ICU 58.2 bump
Bump ICU from 58.1 to 58.2 No feature changes. Bug fixes. * This commit contains the actual ICU source code and data. * CLDR 30.0.3 ( was 30.0.2) * Timezone 2016j ( was 2016g ) ICU Details: http://site.icu-project.org/download/58#TOC-Updates-in-ICU-58.2 PR-URL: https://github.com/nodejs/node/pull/10206 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/icu-small/source/common/unicode/uvernum.h')
-rw-r--r--deps/icu-small/source/common/unicode/uvernum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/icu-small/source/common/unicode/uvernum.h b/deps/icu-small/source/common/unicode/uvernum.h
index fb7b48bc07..5590f9a5cc 100644
--- a/deps/icu-small/source/common/unicode/uvernum.h
+++ b/deps/icu-small/source/common/unicode/uvernum.h
@@ -64,7 +64,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
-#define U_ICU_VERSION_MINOR_NUM 1
+#define U_ICU_VERSION_MINOR_NUM 2
/** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU
@@ -119,7 +119,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
-#define U_ICU_VERSION "58.1"
+#define U_ICU_VERSION "58.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
@@ -131,7 +131,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
-#define U_ICU_DATA_VERSION "58.1"
+#define U_ICU_DATA_VERSION "58.2"
#endif /* U_HIDE_INTERNAL_API */
/*===========================================================================