diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-31 08:06:06 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:31 +0100 |
commit | dbe6283b1b510b84b533844a42445651d9219b7d (patch) | |
tree | e7486860898f476ed012b4be400ef219b1c6be5c /functions/common.sh | |
parent | 98b7e55ecb67949a985db6e37266127eecb96ca8 (diff) | |
download | vyos-live-build-dbe6283b1b510b84b533844a42445651d9219b7d.tar.gz vyos-live-build-dbe6283b1b510b84b533844a42445651d9219b7d.zip |
Releasing live-helper 1.0~a42-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 20da32c95..8ab242291 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a41" +VERSION="1.0~a42" |