diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-27 21:14:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-02-27 21:14:48 +0100 |
commit | c51c17edd8ca63e132dbad6bac4d13175075988f (patch) | |
tree | 29a6e08688beb4e9e046fc657b6a277e6afe1680 /functions | |
parent | 2a2818bc1c385069fb98c99beb0ef372d2132cda (diff) | |
download | vyos-live-build-c51c17edd8ca63e132dbad6bac4d13175075988f.tar.gz vyos-live-build-c51c17edd8ca63e132dbad6bac4d13175075988f.zip |
Updating squeeze point release number.
Diffstat (limited to 'functions')
-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 b3d431433..a22d714a0 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,7 @@ # Debian releases RELEASE_lenny="5.0.10" -RELEASE_squeeze="6.0.6" +RELEASE_squeeze="6.0.7" RELEASE_wheezy="7" RELEASE_sid="unstable" |