summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2020-07-08 17:06:54 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-07-08 17:06:54 +1000
commite80bd04d6ee5d40859db8c34d80198e19bf2032d (patch)
treee58589257bebf4ed1f49a31f793649dceb5edb8a
parentjobs: Fix waitcmd busy loop (diff)
downloaddash-e80bd04d6ee5d40859db8c34d80198e19bf2032d.tar.gz
dash-e80bd04d6ee5d40859db8c34d80198e19bf2032d.zip
Release 0.5.11.1.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e783f30..b8faca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([dash],[0.5.11])
+AC_INIT([dash],[0.5.11.1])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([src/main.c])
 
226bf2d9029bcecc08e7&follow=1'>Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe