Set version to 2.x.
This commit is contained in:
parent
6862bb45c1
commit
a6cf003275
2
CHANGES
2
CHANGES
@ -1,4 +1,4 @@
|
|||||||
bash-completion (1.x)
|
bash-completion (2.x)
|
||||||
|
|
||||||
[ David Paleino ]
|
[ David Paleino ]
|
||||||
* Don't use pidof in _known_hosts_real() to detect whether Avahi is
|
* Don't use pidof in _known_hosts_real() to detect whether Avahi is
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
# http://bash-completion.alioth.debian.org/
|
# http://bash-completion.alioth.debian.org/
|
||||||
#
|
#
|
||||||
# RELEASE: 1.x
|
# RELEASE: 2.x
|
||||||
|
|
||||||
if [[ $- == *v* ]]; then
|
if [[ $- == *v* ]]; then
|
||||||
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
|
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([bash-completion], [1.1])
|
AC_INIT([bash-completion], [1.99])
|
||||||
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user