diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-21 11:18:57 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-21 11:18:57 +0200 |
commit | d236758c6b218077586566cc2409f545fe29f26e (patch) | |
tree | 404961d0a301c00366d1eee204dcc56641d95fe0 /functions | |
parent | a9af0b69b2555e1d2117b798342ca3bb8f4383bf (diff) | |
download | vyos-live-build-d236758c6b218077586566cc2409f545fe29f26e.tar.gz vyos-live-build-d236758c6b218077586566cc2409f545fe29f26e.zip |
Releasing live-helper 1.0~a45-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 9794142c5..1217d1df1 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a44" +VERSION="1.0~a45" |