We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3b696 commit dba6825Copy full SHA for dba6825
bash_completion
@@ -23,7 +23,7 @@
23
#
24
# https://github.com/scop/bash-completion
25
26
-# RELEASE: 2.1
+# RELEASE: 2.2
27
28
if [[ $- == *v* ]]; then
29
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
configure.ac
@@ -1,5 +1,5 @@
1
AC_PREREQ([2.60])
2
-AC_INIT([bash-completion], [2.1])
+AC_INIT([bash-completion], [2.2])
3
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Werror])
4
AC_PROG_LN_S
5
AC_PROG_MKDIR_P
0 commit comments