diff options
author | Daniel Baumann <daniel@debian.org> | 2011-02-15 20:04:59 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:43 +0100 |
commit | 1ca9abd92a5805a69cac9ffb07cffee9619d0588 (patch) | |
tree | 42c4d7b46d6d7e30ed45195e135255d042f706a2 /functions | |
parent | 97f30b490755c558c696d8297c96d40d86672259 (diff) | |
download | vyos-live-build-1ca9abd92a5805a69cac9ffb07cffee9619d0588.tar.gz vyos-live-build-1ca9abd92a5805a69cac9ffb07cffee9619d0588.zip |
Releasing debian version 3.0~a12-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 3da0af680..02903fbdd 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a11-1" +VERSION="3.0~a12-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |