Skip to content

Commit

Permalink
Update BUILD_OSS to 5618
Browse files Browse the repository at this point in the history
2.30.5595 → 2.30.5618

Conversion
* Updated zip code entries (google#1063).
* Updated word entries (google#1068, google#1069)

Bug fix
* Linux: Enabled switching to the DIRECT mode from the menu (google#1061)
* Linux: Enabled switching modes with Super+Space in Wayland (google#853, google#1059)
* macOS: Fixed the limitation of mouse clicking on the renderer on macOS 15 (120bd93)
* Windows: Fixed the setting of Omaha updater for the GoogleJapaneseInput build (google#1072)

Build
* Android: Switched the Bazel rules from WORKSPACE to Bzlmod (google#1002)
* Android: Updated the Docker build environment
* Linux: Update the build environment: Ubuntu 22.04 → 24.04 (google#924)
* macOS / Windows: Updated the Qt version: 6.7.2 → 6.7.3 (google#1065)
* Windows: Supported Bazel build (google#948)
* Windows: Updated the Wix version: 4.0.5 → 5.0.2 (google#1070)

Code
* Performed code refactoring

PiperOrigin-RevId: 684295272
  • Loading branch information
hiroyuki-komatsu committed Oct 10, 2024
1 parent 9f62caf commit 1d74ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/version/mozc_version_template.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d74ac4

Please sign in to comment.