diff options
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index e298c67fe..5d703d792 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -8,7 +8,7 @@ # under certain conditions; see COPYING for details. # Debian releases -RELEASE_etch="4.0 r7" -RELEASE_lenny="5.0.0" +RELEASE_etch="4.0 r8" +RELEASE_lenny="5.0.1" RELEASE_squeeze="testing" RELEASE_sid="unstable" |