- Bump version to 20050120.

This commit is contained in:
ianmacd 2005-01-20 09:10:00 +00:00
parent b1ecafb4a1
commit 09f8180c3a

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.784 2005/01/19 04:41:36 ianmacd Exp $
# $Id: bash_completion,v 1.785 2005/01/20 10:10:00 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -22,7 +22,7 @@
#
# http://www.caliban.org/bash/index.shtml#completion
#
# RELEASE: 20050112
# RELEASE: 20050120
[ -n "${DEBUG:-}" ] && set -v || set +v