Skip to content

Commit

Permalink
Bump version number to 68.2.0.7, and update changelog.md (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ju authored May 25, 2021
1 parent 0623bc9 commit c2fcbee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions icu/icu4c/source/common/unicode/uvernum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2fcbee

Please sign in to comment.