diff options
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 3bbcc442f..1911359a7 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -21,6 +21,8 @@ RELEASE_baureo="unstable" RELEASE_dapper="6.06" # LTS RELEASE_hardy="8.04" # LTS RELEASE_intrepid="8.10" +RELEASE_jaunty="9.04" RELEASE_karmic="9.10" RELEASE_lucid="10.04" # LTS RELEASE_maverick="10.10" +RELEASE_natty="11.04" |