Update copyright year and release number.

This commit is contained in:
Igor Murzov 2012-11-06 16:50:48 +04:00
parent 2472fad5de
commit 3b93c22a5b

View File

@ -3,7 +3,7 @@
# bash_completion - programmable completion functions for bash 4.1+
#
# Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
# © 2009-2011, Bash Completion Maintainers
# © 2009-2012, Bash Completion Maintainers
# <bash-completion-devel@lists.alioth.debian.org>
#
# This program is free software; you can redistribute it and/or modify
@ -24,7 +24,7 @@
#
# http://bash-completion.alioth.debian.org/
#
# RELEASE: 1.99
# RELEASE: 2.0
if [[ $- == *v* ]]; then
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"