diff --git a/changelog.md b/changelog.md index 4de91baeb21..38fd0423d1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog -## ICU 68.2.0.x +## ICU 68.2.0.7 +#### Misc changes: +- Port work-around for Ubuntu 18.04 Azure CI build bot breaking builds. [#103](https://github.com/microsoft/icu/pull/103) + +#### Data changes: +- Add South Sudan (Juba) to Windows time zone mapping. [#102](https://github.com/microsoft/icu/pull/102) + #### Changes cherry-picked from upstream tickets/PRs: ICU-21591 Release lock in SimpleDateFormat::tzFormat in case of failure - https://unicode-org.atlassian.net/browse/ICU-21591 diff --git a/icu/icu4c/source/common/unicode/uvernum.h b/icu/icu4c/source/common/unicode/uvernum.h index 96f446c7893..8aa11c2170b 100644 --- a/icu/icu4c/source/common/unicode/uvernum.h +++ b/icu/icu4c/source/common/unicode/uvernum.h @@ -79,7 +79,7 @@ * @stable ICU 4.0 */ #ifndef U_ICU_VERSION_BUILDLEVEL_NUM -#define U_ICU_VERSION_BUILDLEVEL_NUM 6 +#define U_ICU_VERSION_BUILDLEVEL_NUM 7 #endif /** Glued version suffix for renamers @@ -139,7 +139,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.4 */ -#define U_ICU_VERSION "68.2.0.6" +#define U_ICU_VERSION "68.2.0.7" /** * The current ICU library major version number as a string, for library name suffixes. diff --git a/version.txt b/version.txt index c8fee944013..b07b95b30e5 100644 --- a/version.txt +++ b/version.txt @@ -35,5 +35,5 @@ # in the header file "uvernum.h" whenever updated and/or changed. # -ICU_version = 68.2.0.6 +ICU_version = 68.2.0.7 ICU_upstream_hash = 84e1f26ea77152936e70d53178a816dbfbf69989