diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index b166481d5..b3699efa6 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,13 +9,13 @@ # Debian releases -RELEASE_wheezy="7.0.0" +RELEASE_wheezy="7" RELEASE_jessie="8" RELEASE_sid="unstable" # Progress Linux releases -RELEASE_baureo="2.0" -RELEASE_charon="unstable" +RELEASE_baureo="2" +RELEASE_charon="3" # Ubuntu releases RELEASE_hardy="8.04" # LTS: 2013-04-01 |