Change version to 1.90

This commit is contained in:
David Paleino 2011-11-03 10:51:39 +01:00
parent c079969fd3
commit 84e9e14dd8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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