[Bash-completion-commits] [SCM] bash-completion branch, master, updated. eb5e62dec1119d8710368f844723900e2bdedfd4

Ville Skyttä ville.skytta at iki.fi
Thu Oct 22 09:11:52 UTC 2009


The following commit has been merged in the master branch:
commit a6cf003275f583cc453c9af16e98452effeec11e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Oct 22 11:17:10 2009 +0300

    Set version to 2.x.

diff --git a/CHANGES b/CHANGES
index b2cacf5..4d04f03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-bash-completion (1.x)
+bash-completion (2.x)
 
   [ David Paleino ]
   * Don't use pidof in _known_hosts_real() to detect whether Avahi is
diff --git a/bash_completion b/bash_completion
index e0ab946..4725452 100644
--- a/bash_completion
+++ b/bash_completion
@@ -24,7 +24,7 @@
 #
 #   http://bash-completion.alioth.debian.org/
 #
-#   RELEASE: 1.x
+#   RELEASE: 2.x
 
 if [[ $- == *v* ]]; then
     BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
diff --git a/configure.ac b/configure.ac
index c8d66cd..1aa08ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([bash-completion], [1.1])
+AC_INIT([bash-completion], [1.99])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT

-- 
bash-completion



More information about the Bash-completion-commits mailing list