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 439620cdd..e298c67fe 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 r4" -RELEASE_lenny="5.0 r0" +RELEASE_etch="4.0 r7" +RELEASE_lenny="5.0.0" RELEASE_squeeze="testing" RELEASE_sid="unstable" |