diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-19 18:07:35 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-19 18:07:35 +0100 |
commit | e2a12251c53bbc5f246917328557034817223e75 (patch) | |
tree | 37ae6509522e6042784297cb40a733a6b6632da7 /functions | |
parent | 971400b9b877105e6f20fa84a114037c08818105 (diff) | |
download | vyos-live-build-e2a12251c53bbc5f246917328557034817223e75.tar.gz vyos-live-build-e2a12251c53bbc5f246917328557034817223e75.zip |
Preparing live-helper 1.0~a38-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 01ed6eb26..c5d57db29 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a37" +VERSION="1.0~a38" |