Skip to content

Commit

Permalink
Update version number to 72.1.0.2 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Oct 12, 2023
1 parent 3495572 commit 6e89cf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## ICU 72.1.0.2

- Restore NNBSP with ASCII space for English locales
- Add en_CA official date format
- Revert treating of @ as ALetter for word break

## ICU 72.1.0.1

Expand Down
6 changes: 3 additions & 3 deletions icu/icu4c/source/common/unicode/uvernum.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* @stable ICU 4.0
*/
#ifndef U_ICU_VERSION_BUILDLEVEL_NUM
#define U_ICU_VERSION_BUILDLEVEL_NUM 1
#define U_ICU_VERSION_BUILDLEVEL_NUM 2
#endif

/** Glued version suffix for renamers
Expand Down Expand Up @@ -132,7 +132,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "72.1.0.1"
#define U_ICU_VERSION "72.1.0.2"

/**
* The current ICU library major version number as a string, for library name suffixes.
Expand All @@ -151,7 +151,7 @@
/** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only
**/
#define U_ICU_DATA_VERSION "72.1.0.1"
#define U_ICU_DATA_VERSION "72.1.0.2"
#endif /* U_HIDE_INTERNAL_API */

/*===========================================================================
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 = 72.1.0.1
ICU_version = 72.1.0.2
ICU_upstream_hash = 6046af063ddd7ed9cbab601a3c6304ad9070545d

0 comments on commit 6e89cf0

Please sign in to comment.