[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-497-g1ec0d6d
David Paleino
dapal at debian.org
Thu Nov 3 11:22:13 UTC 2011
The following commit has been merged in the master branch:
commit 84e9e14dd87bbf73d2d900c872db8d502eff96af
Author: David Paleino <dapal at debian.org>
Date: Thu Nov 3 10:51:39 2011 +0100
Change version to 1.90
diff --git a/bash_completion b/bash_completion
index 2e0bd8e..62ef87e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -24,7 +24,7 @@
#
# http://bash-completion.alioth.debian.org/
#
-# RELEASE: 1.99
+# RELEASE: 1.90
if [[ $- == *v* ]]; then
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
diff --git a/configure.ac b/configure.ac
index 0e0c516..7d77e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([bash-completion], [1.99])
+AC_INIT([bash-completion], [1.90])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
AC_PROG_LN_S
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
--
bash-completion
More information about the Bash-completion-commits
mailing list