From 5e6abfe1853b080766def432b746a9bed79e54b0 Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Mon, 29 Jul 2024 15:42:53 +0000 Subject: [PATCH] Update BUILD_OSS to 5544 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.30.5520 → 2.30.5544 Features * Updated the word dictionary (6af6a25e580ec46c438677e50303d137db230bd1) * Added words based on the GitHub issues (f518d3d6be4ebc938a1db0df914d54c34ba86213, d0d1bc86aaaa2eae14ea9113b2f8261ec40ca24a, 2ea95041d8ac33ceb6523a008b9c57be56819415, d6a55d2b35440dae4c26baf420bb02cedaf2ab37) Bug fix * macOS: Fixed the file location of the GUI tool icons (#964) Code * Performed code refactoring (e.g. `const vector&` → `absl::Span`) PiperOrigin-RevId: 657213381 --- src/data/version/mozc_version_template.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/version/mozc_version_template.bzl b/src/data/version/mozc_version_template.bzl index a80f9535d..f60a364ec 100644 --- a/src/data/version/mozc_version_template.bzl +++ b/src/data/version/mozc_version_template.bzl @@ -32,7 +32,7 @@ MAJOR = 2 MINOR = 30 # BUILD number used for the OSS version. -BUILD_OSS = 5520 +BUILD_OSS = 5544 # Number to be increased. This value may be replaced by other tools. BUILD = BUILD_OSS