diff options
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 08597e211..d8849e041 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,7 +9,7 @@ # Debian releases -RELEASE_squeeze="6.0.1" +RELEASE_squeeze="6.0.3" RELEASE_wheezy="7" RELEASE_sid="unstable" |