diff options
-rwxr-xr-x | functions/releases.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index a22d714a0..1f1693e36 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,8 +9,8 @@ # Debian releases -RELEASE_lenny="5.0.10" -RELEASE_squeeze="6.0.7" +RELEASE_lenny="5" +RELEASE_squeeze="6" RELEASE_wheezy="7" RELEASE_sid="unstable" |