diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-13 20:43:25 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-13 20:43:25 +0200 |
commit | f42443464abcd209a7a1f2aa6e475a7c8bd349cc (patch) | |
tree | b83ecfc3ca82a580a87f940fedbaf2d1cb338e7b /functions | |
parent | 5d228a8e3ecc60bc481e8ad17d1687cc706de649 (diff) | |
download | vyos-live-build-f42443464abcd209a7a1f2aa6e475a7c8bd349cc.tar.gz vyos-live-build-f42443464abcd209a7a1f2aa6e475a7c8bd349cc.zip |
Releasing debian version 3.0~a21-1.debian/3.0_a21-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 97769a108..01d4a8896 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a20-1" +VERSION="3.0~a21-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |