commit | ef02cc27c0faceffc9345e11a35769ae92b836fb | [log] [tgz] |
---|---|---|
author | Filip Filmar <fmil@google.com> | Fri Nov 06 10:17:55 2020 -0800 |
committer | Filip Filmar <fmil@google.com> | Thu Nov 12 00:03:04 2020 +0000 |
tree | 586fc1f106ccc02525b10609e3e40882e3c70f7d | |
parent | acc6e973893fce7ba60cba02d3a377b2dca890f4 [diff] |
Patch version.gni for Fuchsia This should be fixed in Chromium's ICU as well. Change-Id: Ibd31e145b415d969dd45f2830b0fc851cb33c9af Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/icu/+/449858 Reviewed-by: Fabrice de Gans-Riberi <fdegans@google.com>
diff --git a/version.gni b/version.gni index 9e1881f..169e550 100644 --- a/version.gni +++ b/version.gni
@@ -6,5 +6,5 @@ # Contains the major version number of the ICU library, for dependencies that # need different configuration based on the library version. Currently this # is only useful in Fuchsia. - icu_major_version_number = "67" + icu_major_version_number = "68" }