diff options
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index c7c16f9c5..94b1212a0 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,7 +9,7 @@ # Debian releases RELEASE_etch="4.0 r8" -RELEASE_lenny="5.0.1" +RELEASE_lenny="5.0.2" RELEASE_squeeze="testing" RELEASE_sid="unstable" |