Skip to content

Commit

Permalink
Release version 2.57
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Aug 4, 2024
1 parent 956d17c commit 703f0b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History of Yash

## Yash 2.57 (Unreleased)
## Yash 2.57 (2024-08-04)

- Added support for the "$POST_PROMPT_COMMAND" variable, whose value
is executed after reading a command line in the interactive shell.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.ja
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yash 更新履歴

## Yash 2.57 (未リリース)
## Yash 2.57 (2024-08-04)

- "$POST_PROMPT_COMMAND" に対応。対話モードでコマンドを読むごとに
変数の値が実行される
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ temptxt="./.temp.txt"
dirs=". builtins doc doc/ja lineedit po tests"

target="yash"
version="2.56.1"
version="2.57"
copyright="Copyright (C) 2007-2024 magicant"

# object files to be linked as `yash'
Expand Down

0 comments on commit 703f0b9

Please sign in to comment.