Skip to content

Commit

Permalink
Update BUILD_OSS to 5544
Browse files Browse the repository at this point in the history
2.30.5520 → 2.30.5544

Features

* Updated the word dictionary (6af6a25)
* Added words based on the GitHub issues (f518d3d, d0d1bc8, 2ea9504, d6a55d2)

Bug fix

* macOS: Fixed the file location of the GUI tool icons (#964)

Code

* Performed code refactoring (e.g. `const vector<T>&` → `absl::Span<const T>`)

PiperOrigin-RevId: 657213381
  • Loading branch information
hiroyuki-komatsu committed Jul 29, 2024
1 parent 7343536 commit 5e6abfe
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 = 5520
BUILD_OSS = 5544

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

0 comments on commit 5e6abfe

Please sign in to comment.