[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 566245275692d7def68dccd590b356d11cec1b8b

David Paleino d.paleino at gmail.com
Tue Feb 17 08:21:07 UTC 2009


The following commit has been merged in the master branch:
commit 566245275692d7def68dccd590b356d11cec1b8b
Author: David Paleino <d.paleino at gmail.com>
Date:   Tue Feb 17 09:17:58 2009 +0100

    Fixed version number to be 1.0

diff --git a/bash_completion b/bash_completion
index 614a7ed..86b1533 100644
--- a/bash_completion
+++ b/bash_completion
@@ -26,7 +26,7 @@
 #
 #   http://bash-completion.alioth.debian.org/
 #
-#   RELEASE: 200902xx
+#   RELEASE: 1.0
 
 if [[ $- == *v* ]]; then
 	BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
diff --git a/debian/changelog b/debian/changelog
index d17efa3..17d095c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-bash-completion (200902xx) UNRELEASED; urgency=low
+bash-completion (1:1.0-1) UNRELEASED; urgency=low
 
   [ Guillaume Rousse ]
   * Make bibtex complete on .aux files
diff --git a/extra/dh_bash-completion.1 b/extra/dh_bash-completion.1
index 4de0a37..a19d68c 100644
--- a/extra/dh_bash-completion.1
+++ b/extra/dh_bash-completion.1
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "DH_BASH-COMPLETION 1"
-.TH DH_BASH-COMPLETION 1 "2009-01-29" "200902xx" "Bash-Completion Debhelper"
+.TH DH_BASH-COMPLETION 1 "2009-01-29" "1.0" "Bash-Completion Debhelper"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

-- 
bash-completion



More information about the Bash-completion-commits mailing list