Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions help/sakura/res/HLP000001.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
-->
<br>
<hr style="margin: 0 auto;width: 350px" />
<div style="text-align: center">サクラエディタ Ver 2.4.3 (開発版)</div>
<div style="text-align: center">ヘルプファイル最終更新日 2022/12/03</div>
<div style="text-align: center">サクラエディタ Ver 2.4.4 (開発版)</div>
<div style="text-align: center">ヘルプファイル最終更新日 2026/08/08</div>
<div style="text-align: center"><a href="https://sakura-editor.github.io/" target="_blank" rel="noopener">https://sakura-editor.github.io/</a></div>
<hr style="margin: 0 auto;width: 350px" />
サクラエディタ(旧称:テキストエディタ)は、「たけ(竹パンダ)」さんのテキストエディタSAKURAの公開ソース(2000/02/21付)を元に不具合修正および機能拡張を行ったものです。<br>
Expand Down
2 changes: 1 addition & 1 deletion src/main/cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endfunction()
# Initialize variables with default values
set(SAKURA_MAJOR_VERSION "2") # メジャーバージョン(2固定)
set(SAKURA_MINOR_VERSION "4") # マイナーバージョン(4以降はGitHub版)
set(SAKURA_PATCH_VERSION "3") # 連番(マージの通し番号)
set(SAKURA_PATCH_VERSION "4") # 連番(マージの通し番号)
set(BUILD_VERSION "0")

# CIのビルドページURL(ENVで指定する)
Expand Down
Loading