diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-12 11:11:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:26 +0100 |
commit | 646725908afe0b136339d5693f295493611a5335 (patch) | |
tree | 9c978c7e9611b1136656ffc12f84489417c91222 /functions/common.sh | |
parent | 34c33a10ea75616fc023cd3a435893255bf3395e (diff) | |
download | vyos-live-build-646725908afe0b136339d5693f295493611a5335.tar.gz vyos-live-build-646725908afe0b136339d5693f295493611a5335.zip |
Releasing debian version 2.0.3-1.
Diffstat (limited to 'functions/common.sh')
-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 2d45aa32a..d3ae60191 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PACKAGE="live-build" -VERSION="2.0.1-1" +VERSION="2.0.3-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |