From 663e4c875840363356b2ed05e5539b1422c25e6b Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 3 Sep 2021 15:03:32 +0800 Subject: Release 0.5.11.5. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d06b904..2a31251 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([dash],[0.5.11.4]) +AC_INIT([dash],[0.5.11.5]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit 1.4.1 e='hidden' name='id' value='f4ba2638c774e0dedf4cf2e965218b3600c1e1ba'/> IRC bouncer
summary refs log tree commit diff
path: root/state.c (unfollow)
Commit message (Collapse)Author
2019-10-23Fix rest parsingJune McEnroe
2019-10-23Add dynamic poll listJune McEnroe
2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe
2019-10-23Clean up state somewhatJune McEnroe
2019-10-23Actually send the buffer...June McEnroe
2019-10-23Add stateJune McEnroe