diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-22 14:40:20 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2009-11-22 14:40:20 +0100 |
commit | 6b73a487ab88cc1011426d34ef01d106ea0ef753 (patch) | |
tree | 102412a488c35606ad867bbfa468d21366078ea6 /functions | |
parent | 5f7d15bc3d761924cc9aa7f84bfa1eea9681d0cf (diff) | |
download | vyos-live-build-6b73a487ab88cc1011426d34ef01d106ea0ef753.tar.gz vyos-live-build-6b73a487ab88cc1011426d34ef01d106ea0ef753.zip |
Releasing debian version 2.0~a1-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 2be9e5421..184ebe006 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.6-1" +VERSION="2.0~a1-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/scripts:${PATH}" |