diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-18 11:38:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:11 +0100 |
commit | 279c24075f332469551bf027e8ab73f1c39082d2 (patch) | |
tree | 7951f1b039da0018168c5691c180f1db160f66d1 /functions | |
parent | 381ee7397848f2c9d8261b1f820551191deb4b41 (diff) | |
download | vyos-live-build-279c24075f332469551bf027e8ab73f1c39082d2.tar.gz vyos-live-build-279c24075f332469551bf027e8ab73f1c39082d2.zip |
Releasing debian version 2.0~a15-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 b0ec1f6c2..19a7ac303 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="2.0~a14-1" +VERSION="2.0~a15-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/helpers:${PATH}" |