diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:09:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:09:10 +0200 |
commit | dd61ccbfe48c25eab0fd439f2c94dcb0f29c6dfb (patch) | |
tree | b57d94c32736db05e7fd9c059af9632242de18f5 /functions | |
parent | 985dde79957e75abc53031ef660e2d4557534258 (diff) | |
download | vyos-live-build-debian/2.0_a24-1.tar.gz vyos-live-build-debian/2.0_a24-1.zip |
Releasing debian version 2.0~a24-1.debian/2.0_a24-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 9ce49bc97..5f1caba0c 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PACKAGE="live-build" -VERSION="2.0~a23-1" +VERSION="2.0~a24-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/helpers:${PATH}" |