Set version to 2.x.

This commit is contained in:
Ville Skyttä 2009-10-22 11:17:10 +03:00
parent 6862bb45c1
commit a6cf003275
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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