diff options
author | Daniel Baumann <daniel@debian.org> | 2009-09-04 13:34:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:46 +0100 |
commit | f177f482912f1fbc19c770cee3769b7f6da5f666 (patch) | |
tree | 9d5d7289fed3685b3e2fd8ffebf69338f8e78842 /functions | |
parent | e617fd6d4d2af4507ffc1f7e601284a26488dbbd (diff) | |
download | vyos-live-build-f177f482912f1fbc19c770cee3769b7f6da5f666.tar.gz vyos-live-build-f177f482912f1fbc19c770cee3769b7f6da5f666.zip |
Releasing version 1.0.5-2.
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 65fd0488b..e9c45d44d 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.5-1" +VERSION="1.0.5-2" PATH="${PWD}/scripts:${PATH}" |