From 1d74ac4a0f569aaa99838df861997f3e882add3c Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Thu, 10 Oct 2024 04:49:38 +0000 Subject: [PATCH] Update BUILD_OSS to 5618 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.30.5595 → 2.30.5618 Conversion * Updated zip code entries (#1063). * Updated word entries (#1068, #1069) Bug fix * Linux: Enabled switching to the DIRECT mode from the menu (#1061) * Linux: Enabled switching modes with Super+Space in Wayland (#853, #1059) * macOS: Fixed the limitation of mouse clicking on the renderer on macOS 15 (120bd9342587febf910612be1854340bd6ee469c) * Windows: Fixed the setting of Omaha updater for the GoogleJapaneseInput build (#1072) Build * Android: Switched the Bazel rules from WORKSPACE to Bzlmod (#1002) * Android: Updated the Docker build environment * Linux: Update the build environment: Ubuntu 22.04 → 24.04 (#924) * macOS / Windows: Updated the Qt version: 6.7.2 → 6.7.3 (#1065) * Windows: Supported Bazel build (#948) * Windows: Updated the Wix version: 4.0.5 → 5.0.2 (#1070) Code * Performed code refactoring PiperOrigin-RevId: 684295272 --- 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 55e21faf0..4b4f7d9d4 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 = 5595 +BUILD_OSS = 5618 # Number to be increased. This value may be replaced by other tools. BUILD = BUILD_OSS