diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-24 18:49:46 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | 339a910c82d8a580199fbafabec60aa4232c68df (patch) | |
tree | 354e48c15732f69ca6f47ab7b4f06f4765262a1e /functions | |
parent | 3ed02ce7ec684a8fa9bb08881b985b1f920791b3 (diff) | |
download | vyos-live-build-339a910c82d8a580199fbafabec60aa4232c68df.tar.gz vyos-live-build-339a910c82d8a580199fbafabec60aa4232c68df.zip |
Releasing debian version 2.0.11-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 62e698cd4..b4538dd25 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PACKAGE="live-build" -VERSION="2.0.10-1" +VERSION="2.0.11-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |