diff options
Diffstat (limited to 'functions/releases.sh')
-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 4c679cd3a..3f1cc4b11 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,8 +9,8 @@ # Debian releases -RELEASE_wheezy="7" RELEASE_jessie="8" +RELEASE_stretch="9" RELEASE_sid="unstable" # Progress Linux releases |