diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-20 15:13:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-20 15:13:07 +0100 |
commit | 35b88189b6626056dd3f73f2b4a2db3c5720c510 (patch) | |
tree | 58130f78fdbc18c1371ba564eebecbab266fdad6 | |
parent | 02bc99517f76f4b3e80ad934ede2f764e63c59ad (diff) | |
download | vyos-live-build-35b88189b6626056dd3f73f2b4a2db3c5720c510.tar.gz vyos-live-build-35b88189b6626056dd3f73f2b4a2db3c5720c510.zip |
Updating wheezy pre-release number for b4.
-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 118648346..b76a1b091 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,7 @@ # Debian releases RELEASE_squeeze="6.0.6" -RELEASE_wheezy="7.0~b3" +RELEASE_wheezy="7.0~b4" RELEASE_jessie="8" RELEASE_sid="unstable" |