diff options
Diffstat (limited to 'functions/releases.sh')
-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 ad575321d..0efe67797 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" |