Skip to content

Commit

Permalink
v4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kg68k committed Dec 6, 2024
1 parent 5027bf4 commit 213d759
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 変更履歴

## 4.04 (2024-12-07)

* 空きメモリが少ないとき、出力バッファを縮小して確保できない不具合を修正。
* src/CMakeLists.txtをトップディレクトリに移動。
* GitHub Actionsを導入。
* CodeQLによるコードスキャン。
* Ubuntu、Windows、macOS上でのビルド確認。
* リリース時にWindows(x64)用の実行ファイルを自動登録。


## 4.03 (2023-10-26)

* テーブルファイルで演算子の`||``&&`が同じ優先順位になっていたエンバグを修正。
Expand Down
4 changes: 2 additions & 2 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#include "version.h"

#define VERSION "4.04-beta.1"
#define DATE "2024-11-25"
#define VERSION "4.04"
#define DATE "2024-12-07"

const char ProgramAndVersion[] = "dis version " VERSION;

Expand Down

0 comments on commit 213d759

Please sign in to comment.