diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 41a21bd..a5e90cc 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -12,4 +12,5 @@ set -e # Debian releases VERSION_etch="4.0 r4" VERSION_lenny="5.0 r0" +VERSION_squeeze="testing" VERSION_sid="unstable" |