Up version to 2.54
@@ -8,7 +8,7 @@ | ||
8 | 8 | x: new bug |
9 | 9 | |
10 | 10 | ---------------------------------------------------------------------- |
11 | -Yash 2.54 (Unreleased) | |
11 | +Yash 2.54 (2023-02-25) | |
12 | 12 | |
13 | 13 | + Changing font style of command line predictions with $PS1P, etc. |
14 | 14 | + The '--le-trim-right' option. |
@@ -1,5 +1,5 @@ | ||
1 | 1 | # Manually written configuration script for yash |
2 | -# (C) 2007-2022 magicant | |
2 | +# (C) 2007-2023 magicant | |
3 | 3 | # |
4 | 4 | # This program is free software: you can redistribute it and/or modify |
5 | 5 | # it under the terms of the GNU General Public License as published by |
@@ -29,8 +29,8 @@ | ||
29 | 29 | dirs=". builtins doc doc/ja lineedit po tests" |
30 | 30 | |
31 | 31 | target="yash" |
32 | -version="2.53" | |
33 | -copyright="Copyright (C) 2007-2022 magicant" | |
32 | +version="2.54" | |
33 | +copyright="Copyright (C) 2007-2023 magicant" | |
34 | 34 | |
35 | 35 | # object files to be linked as `yash' |
36 | 36 | objs='$(MAIN_OBJS)' |