Skip to content

Commit

Permalink
Update BUILD_OSS to 5595
Browse files Browse the repository at this point in the history
2.30.5544 → 2.30.5595

Features
* Added words based on the reports from contributors (b0b37db, 9c53503, ad8a2be)
* Updated the collocation data based on the reports from contributors (456284e)

Bug fix
* macOS: Addressed crash issues on macOS 15 (Sequoia)

Build
* Updated the Abseil version:  20240116.1 → 20240722.0
* Updated the Protobuf version: v27.0 → v27.3
* Updated the GoogleTest version: v1.12.1 → v1.15.2
* Supported the `–config=release_build` Bazel option (9fd8739).
* Supported Bzlmod (Bazel MODULE).
* macOS: Supported building .dmg file.

Code
* Performed code refactoring

PiperOrigin-RevId: 675452884
  • Loading branch information
hiroyuki-komatsu committed Sep 17, 2024
1 parent e743a57 commit 0c29141
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 = 5544
BUILD_OSS = 5595

# Number to be increased. This value may be replaced by other tools.
BUILD = BUILD_OSS
Expand Down

0 comments on commit 0c29141

Please sign in to comment.