diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2020-06-01 23:13:28 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-06-01 23:13:28 +1000 |
commit | 39279293fa358fa8bd681f8ae27bdf11d3a66b53 (patch) | |
tree | ea63c479b1f1d1c2d0c16d557faa2f45de16f805 | |
parent | parser: Fix double-backslash nl in old-style command sub (diff) | |
download | dash-39279293fa358fa8bd681f8ae27bdf11d3a66b53.tar.gz dash-39279293fa358fa8bd681f8ae27bdf11d3a66b53.zip |
Release 0.5.11.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dbd97d8..e783f30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([dash],[0.5.10.2]) +AC_INIT([dash],[0.5.11]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src/main.c]) |