diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:35:17 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:09 +0100 |
commit | 2887c8a25199d9dc3b46a207a59d587e597ecb02 (patch) | |
tree | 464394ea0368af32e3b8dc29f213e22fac61d11b /functions/common.sh | |
parent | 0e087f6dd740c0bc8d1c18d03e9dea622dee2201 (diff) | |
download | vyos-live-build-2887c8a25199d9dc3b46a207a59d587e597ecb02.tar.gz vyos-live-build-2887c8a25199d9dc3b46a207a59d587e597ecb02.zip |
Setting version number to 2.0~a13.
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 c38961f42..1e4890c16 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="2.0~a12-1" +VERSION="2.0~a13-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/helpers:${PATH}" |