diff options
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 23637f57f..dce46a007 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,8 @@ # Debian releases RELEASE_lenny="5.0.5" -RELEASE_squeeze="6" +RELEASE_squeeze="6.0.0" +RELEASE_wheezy="7" RELEASE_sid="unstable" # Ubuntu releases |