Skip to content

Commit 810b94c

Browse files
committed
ICU-22763 MF2: Bump API version number for DateInfo struct
1 parent 09c6428 commit 810b94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icu4c/source/i18n/unicode/messageformat2_formattable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ namespace message2 {
7272
* format a date with a time zone. It includes an absolute date and a time zone name,
7373
* as well as a calendar name. The calendar name is not currently used.
7474
*
75-
* @internal ICU 76 technology preview
75+
* @internal ICU 78 technology preview
7676
* @deprecated This API is for technology preview only.
7777
*/
7878
struct U_I18N_API DateInfo {
7979
/**
8080
* Date in UTC
8181
*
82-
* @internal ICU 76 technology preview
82+
* @internal ICU 78 technology preview
8383
* @deprecated This API is for technology preview only.
8484
*/
8585
UDate date;
@@ -89,7 +89,7 @@ namespace message2 {
8989
* (its offset is added to/subtracted from the datestamp in order to
9090
* produce the formatted date).
9191
*
92-
* @internal ICU 76 technology preview
92+
* @internal ICU 78 technology preview
9393
* @deprecated This API is for technology preview only.
9494
*/
9595
UnicodeString zoneId;

0 commit comments

Comments
 (0)