diff options
author | Moonchild <git-repo@palemoon.org> | 2019-06-15 21:21:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 21:21:52 +0000 |
commit | 24864f94219fb549d0c183569c6b51fce74bebd2 (patch) | |
tree | 8397ce1168c22467ce583ac7e60d279648fb4d57 /intl/icu/source/common/unicode/uvernum.h | |
parent | c9edf588ed6d9b53038125c6d79c466b398e2da4 (diff) | |
parent | b17a1f211efb85ddb36abfa769aac3a4292d17ee (diff) | |
download | UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.gz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.lz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.tar.xz UXP-24864f94219fb549d0c183569c6b51fce74bebd2.zip |
Merge pull request #1136 from MoonchildProductions/Update_ICU
Update ICU
Diffstat (limited to 'intl/icu/source/common/unicode/uvernum.h')
-rw-r--r-- | intl/icu/source/common/unicode/uvernum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/icu/source/common/unicode/uvernum.h b/intl/icu/source/common/unicode/uvernum.h index 5590f9a5c..b502d444e 100644 --- a/intl/icu/source/common/unicode/uvernum.h +++ b/intl/icu/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 2 +#define U_ICU_VERSION_MINOR_NUM 3 /** 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.2" +#define U_ICU_VERSION "58.3" /** 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.2" +#define U_ICU_DATA_VERSION "58.3" #endif /* U_HIDE_INTERNAL_API */ /*=========================================================================== |