diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-13 16:10:59 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:28 +0100 |
commit | 4bb62ce0e9838ce87c24f5ca60f17060c8ee8319 (patch) | |
tree | 11ba6a67263b7883690066bb733967ba5e1d235e /functions | |
parent | 4914f5a0410e606b01910b97d6983f429f05c35f (diff) | |
download | vyos-live-build-4bb62ce0e9838ce87c24f5ca60f17060c8ee8319.tar.gz vyos-live-build-4bb62ce0e9838ce87c24f5ca60f17060c8ee8319.zip |
Releasing debian version 2.0.6-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 d3ae60191..489248f9e 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PACKAGE="live-build" -VERSION="2.0.3-1" +VERSION="2.0.6-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |