diff options
| author | Simon Arjuna Erat (sea) <[email protected]> | 2016-03-13 09:07:21 +0100 |
|---|---|---|
| committer | Simon Arjuna Erat (sea) <[email protected]> | 2016-03-13 09:07:21 +0100 |
| commit | 58538a9eeac0dee2e11e92231b0a1865c1ac53f1 (patch) | |
| tree | fc351cc117793373899f1aec2b760d66c1b36e1d | |
| parent | 078c2429957e5f44e887ba6fb3265aca9b4fa23d (diff) | |
| download | tui-master.tar.gz | |
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.yassi | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2016-02-23 - TUI 0.9.4-8 - sea +* Updated: Provided info pages +* Fixed: tui-status returns with passed exit code again + 2016-02-23 - TUI 0.9.4-7 - sea * Updated: tui-download, prints again the name and filesize * Updated: YASSI, applied '2.0-alpha-rc1' now diff --git a/configure.yassi b/configure.yassi index e0b9cd0..62d96e0 100644 --- a/configure.yassi +++ b/configure.yassi @@ -19,7 +19,7 @@ # Project Info # APP_NAME=tui - APP_VER=0.9.4-7 + APP_VER=0.9.4-8 APP_LIC=GPLv3+ APP_TITLE="Text User Interface, framework for scripts" APP_PRJ="TUI" |
