diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-11 13:43:49 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:41 +0100 |
commit | 7289fd7e8f62cf710fb0f0ab8f22b97b73c1ee43 (patch) | |
tree | 1b8a8c63f235e476e33782411152f35143f5480c /functions | |
parent | bedc819013e4047e8f68b33f2437a58683f95f20 (diff) | |
download | vyos-live-build-7289fd7e8f62cf710fb0f0ab8f22b97b73c1ee43.tar.gz vyos-live-build-7289fd7e8f62cf710fb0f0ab8f22b97b73c1ee43.zip |
Releasing debian version 3.0~a11-1.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh index be5bcd03b..ca579be99 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a10-1" +VERSION="3.0~a11-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |