diff options
-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 46ccf8d8d..bec315f80 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -11,6 +11,7 @@ # Debian releases RELEASE_squeeze="6.0.5" RELEASE_wheezy="7.0.0" +RELEASE_jessie="8" RELEASE_sid="unstable" # Progress releases |