diff options
author | T(A)ILS developers <amnesia@boum.org> | 2010-10-22 15:28:22 +0200 |
---|---|---|
committer | T(A)ILS developers <amnesia@boum.org> | 2010-10-22 15:28:22 +0200 |
commit | 5823323aec0bef60042175eca6ffd85c42d23e5f (patch) | |
tree | 9bfddde5daaaa8c767758902dfa6757387940a5e /config/amnesia | |
parent | e47e2b6401038eca28ac7cd9abb018cc28dea837 (diff) |
Stop treating Squeeze as a special case.
Diffstat (limited to 'config/amnesia')
-rw-r--r-- | config/amnesia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/amnesia b/config/amnesia index d6cc8d5..2cf44a7 100644 --- a/config/amnesia +++ b/config/amnesia @@ -162,7 +162,7 @@ fi # Compute the current Amnesia's version once for all AMNESIA_TODAY="`date '+%Y%m%d'`" AMNESIA_VERSION="`dpkg-parsechangelog | sed -n 's/^Version: //p'`" -AMNESIA_FULL_VERSION="${AMNESIA_VERSION} - ${AMNESIA_TODAY} - Squeeze" +AMNESIA_FULL_VERSION="${AMNESIA_VERSION} - ${AMNESIA_TODAY}" # Developpers' data used by git-dch, debcommit and friends in the release script AMNESIA_DEV_FULLNAME='T(A)ILS developers' |