ヘルプファイルの最終更新日を更新 - #2593
Merged
Merged
Conversation
Test Results1 289 tests 1 289 ✅ 2m 48s ⏱️ Results for commit 016089b. ♻️ This comment has been updated with latest results. |
PR #2555 (release/v2.4.3 向け) のうち、DEV_VERSION 無効化とバージョン表記から 「(開発版)」を外す変更はリリースブランチ専用のためmasterには適用せず、 ヘルプファイル最終更新日の更新のみをmasterに反映する。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
v2.4.3 をリリースしたため、masterのバージョン表記を 2.4.4 (開発版) に更新する。 src/main/cmake/version.cmake の SAKURA_PATCH_VERSION を変更し、 version.h.in 経由で VER_C に反映されるようにする。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
m-tmatma
force-pushed
the
fix/update_help_last_updated_date
branch
from
August 10, 2026 06:28
91ca905 to
cee2ff8
Compare
beru
previously approved these changes
Aug 10, 2026
Member
Author
|
しまった。stack prになっていて後段のprまーじしたから、approveキャンセルされてしまいました。 もう一度approveしていただけますか? |
|
beru
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



PR対象
カテゴリ
PR の背景
ヘルプファイルの最終更新日が古いままだったため更新する。
PR #2555 は release/v2.4.3 向けに DEV_VERSION マクロ無効化とバージョン表記から「(開発版)」を外す変更を含んでいたが、これらはリリースブランチ専用のためmasterには適用しない。一方でヘルプファイル最終更新日の更新のみはmasterにも反映が必要なため、本PRで対応する。
仕様・動作説明
help/sakura/res/HLP000001.html: ヘルプファイル最終更新日を 2022/12/03 → 2026/08/08 に更新関連 issue, PR