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 12f99076e..079723f10 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,7 @@ # Debian releases RELEASE_squeeze="6.0.6" -RELEASE_wheezy="7.0.0" +RELEASE_wheezy="7.0~a2" RELEASE_jessie="8" RELEASE_sid="unstable" |