[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-7-g2951b16

Ville Skyttä ville.skytta at iki.fi
Thu Feb 10 21:11:45 UTC 2011


The following commit has been merged in the master branch:
commit 2951b16289ba1d497bc0f38f34056673afc77c6e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Feb 10 22:47:44 2011 +0200

    Bump version to 1.99.

diff --git a/bash_completion b/bash_completion
index 6601937..c4ae7c9 100644
--- a/bash_completion
+++ b/bash_completion
@@ -23,7 +23,7 @@
 #
 #   http://bash-completion.alioth.debian.org/
 #
-#   RELEASE: 1.3
+#   RELEASE: 1.99
 
 if [[ $- == *v* ]]; then
     BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
diff --git a/configure.ac b/configure.ac
index 0732138..5e3265e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([bash-completion], [1.3])
+AC_INIT([bash-completion], [1.99])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
 AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d)
 AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers)

-- 
bash-completion



More information about the Bash-completion-commits mailing list