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 ad57532..0efe677 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,7 @@ set -e # Debian releases -VERSION_etch="4.0 r0" +VERSION_etch="4.0 r1" VERSION_lenny="testing" VERSION_sid="unstable" |