diff options
author | David Paleino <d.paleino@gmail.com> | 2009-10-10 16:24:22 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-10-15 21:30:25 +0300 |
commit | 96d6f69b8b0a489272550c467638d7526d3324f1 (patch) | |
tree | c91d3f3d7f75f78c26195d2aee03685d42b8f559 /configure.ac | |
parent | cabaca41d0b046737ebe7e056900891dbae2a319 (diff) | |
download | bash-completion-96d6f69b8b0a489272550c467638d7526d3324f1.tar.gz |
Preparing for release of 1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c7bf00a..c8d66cd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([bash-completion], [1.0]) +AC_INIT([bash-completion], [1.1]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT |