diff options
author | June McEnroe <june@causal.agency> | 2021-06-20 13:45:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-20 13:46:46 -0400 |
commit | c3c7e65db6a09cfa49fdbdce11b93fca854b6b6a (patch) | |
tree | 2a40227f0239ac87537b6231bf07a3c91a1d7d87 /bin/dash/configure.ac | |
parent | sctd more aggressively (diff) | |
parent | Squashed 'bin/dash/' changes from a45870f7..efc7765b (diff) | |
download | src-c3c7e65db6a09cfa49fdbdce11b93fca854b6b6a.tar.gz src-c3c7e65db6a09cfa49fdbdce11b93fca854b6b6a.zip |
Merge dash v0.5.11.4
Diffstat (limited to '')
-rw-r--r-- | bin/dash/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dash/configure.ac b/bin/dash/configure.ac index 1edc45b8..dc96b748 100644 --- a/bin/dash/configure.ac +++ b/bin/dash/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([dash],[0.5.11.2]) +AC_INIT([dash],[0.5.11.4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src/main.c]) |