diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-10 03:43:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | b973d05362f0c2f854fa85a0ae02b895ffc90102 (patch) | |
tree | 5cc2962a137adf00c45c1a6082e356e5b3aa68e5 /functions | |
parent | 3c900582d10441f423fd1ca8e638170796cc3cd6 (diff) | |
download | vyos-live-build-b973d05362f0c2f854fa85a0ae02b895ffc90102.tar.gz vyos-live-build-b973d05362f0c2f854fa85a0ae02b895ffc90102.zip |
Bumping version number to 1.0.0.
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 11c71b69a..38b243eae 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a48" +VERSION="1.0.0" |