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 affb9a5f6..f262840c3 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 r8" +RELEASE_etch="4.0 r9" RELEASE_lenny="5.0.9" RELEASE_squeeze="6" RELEASE_sid="unstable" |