From 8809d8972e17d4f998852390ed4ff9e537c0f309 Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Wed, 15 Nov 2023 03:11:23 +0000 Subject: [PATCH] Update BUILD_OSS to 5288 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typing quality * Updated the word dictionary. * Adjusted the conversion with suffix numbers (e.g. 後に vs あと2). Windows * Prelaunch processes from the installer (#845) Build * Updated the Protobuf version: v24.2 → v25.0 (#841) * Updated the Abseil version: 20230125.3 → 20230802.1 (#841) * Supported to follow updates of external environmental dependencies (#843, #844) * Removed `third_party/ipa_font` and introduced our own testing font (#842) * Android: Fixed the linkage error of Android library build (#840) PiperOrigin-RevId: 582509744 --- 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 1ce120bd9..fa89cb666 100644 --- a/src/data/version/mozc_version_template.bzl +++ b/src/data/version/mozc_version_template.bzl @@ -32,7 +32,7 @@ MAJOR = 2 MINOR = 29 # BUILD number used for the OSS version. -BUILD_OSS = 5268 +BUILD_OSS = 5288 # Number to be increased. This value may be replaced by other tools. BUILD = BUILD_OSS