From 84e9e14dd87bbf73d2d900c872db8d502eff96af Mon Sep 17 00:00:00 2001 From: David Paleino Date: Thu, 3 Nov 2011 10:51:39 +0100 Subject: [PATCH] Change version to 1.90 --- bash_completion | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 2e0bd8ed..62ef87ed 100644 --- a/bash_completion +++ b/bash_completion @@ -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" diff --git a/configure.ac b/configure.ac index 0e0c5168..7d77e582 100644 --- a/configure.ac +++ b/configure.ac @@ -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)