diff options
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 93b03744e..9cf2e7ec2 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -13,6 +13,10 @@ RELEASE_squeeze="6.0.0" RELEASE_wheezy="7" RELEASE_sid="unstable" +# Progress releases +RELEASE_artax="1.0" +RELEASE_baureo="unstable" + # Ubuntu releases RELEASE_dapper="6.06" # LTS RELEASE_hardy="8.04" # LTS |