diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 10:11:57 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | a3b536bebd4aff98e6f77ca6562b7eefdce52311 (patch) | |
tree | 94702e0c5970056a42652bc60dc8ff61b1cc2289 /functions | |
parent | c7b5c27cddd646bb301a2a607561ade3c065f920 (diff) | |
download | vyos-live-build-a3b536bebd4aff98e6f77ca6562b7eefdce52311.tar.gz vyos-live-build-a3b536bebd4aff98e6f77ca6562b7eefdce52311.zip |
Preparing live-helper 1.0~a36-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 623c8824d..1b80202d2 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a35" +VERSION="1.0~a36" |