diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 13:49:18 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 8d46a4770d26f9708e625621106408f2ba53183f (patch) | |
tree | d59772eefd71fb150e244773573a2a0e6d89b211 /functions | |
parent | cf398da50bd992cf9188e250e161edb58ce334c1 (diff) | |
download | vyos-live-build-8d46a4770d26f9708e625621106408f2ba53183f.tar.gz vyos-live-build-8d46a4770d26f9708e625621106408f2ba53183f.zip |
Preparing live-helper 1.0~a37-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 1b80202d2..01ed6eb26 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a36" +VERSION="1.0~a37" |