diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-10 22:30:46 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | b109ddb21db574bc91d55edb6453cc2d4751ee08 (patch) | |
tree | ba71035992e394a79e238a525b62f6171c5a86b0 /functions | |
parent | aa2225cf6a9ff3ab6f0023dc7598fb0858e5c11b (diff) | |
download | vyos-live-build-b109ddb21db574bc91d55edb6453cc2d4751ee08.tar.gz vyos-live-build-b109ddb21db574bc91d55edb6453cc2d4751ee08.zip |
Updating wheezy 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 0f7864d05..4ebde4f0d 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,7 +9,7 @@ # Debian releases -RELEASE_wheezy="7.0~a2" +RELEASE_wheezy="7.0~b2" RELEASE_jessie="8" RELEASE_sid="unstable" |