diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:53:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:53:37 +0200 |
commit | 6167d107f66adc39690e8605c9123786cddbc010 (patch) | |
tree | 84035e53c9c0ce46b9ec63440488cc9ec3f05664 /functions | |
parent | b6825361ef673c3cf34515e1ba837eb950382b8a (diff) | |
download | vyos-live-build-6167d107f66adc39690e8605c9123786cddbc010.tar.gz vyos-live-build-6167d107f66adc39690e8605c9123786cddbc010.zip |
Releasing debian version 3.0~a26-1.debian/3.0_a26-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 3b4382be9..92c43c261 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a25-1" +VERSION="3.0~a26-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |