diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-13 16:05:12 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:35 +0100 |
commit | ea90e168cdcfecb6819d995311f3f96e496a4651 (patch) | |
tree | ae9815f5bc64d409ba1e63e0da96f4009e9ed696 /functions | |
parent | 3250e188554a7b6d33fee21bdddb3dbeff5ffdc9 (diff) | |
download | vyos-live-build-ea90e168cdcfecb6819d995311f3f96e496a4651.tar.gz vyos-live-build-ea90e168cdcfecb6819d995311f3f96e496a4651.zip |
Releasing debian version 3.0~a6-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 98c8cfaee..2b04e6864 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PACKAGE="live-build" -VERSION="3.0~a1-1" +VERSION="3.0~a6-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |