diff options
author | Richard Nelson <unixabg@gmail.com> | 2011-06-03 21:02:48 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2011-06-03 21:02:48 -0500 |
commit | 3fb41b9663fa64a347c39d903810b68468a8fdfb (patch) | |
tree | 9e7d8fe1485fde4e0fdc00d0775b03de8443ca8d /functions | |
parent | b9ddc38afbe6bf571acd270bc460d5790311c395 (diff) | |
download | vyos-live-build-3fb41b9663fa64a347c39d903810b68468a8fdfb.tar.gz vyos-live-build-3fb41b9663fa64a347c39d903810b68468a8fdfb.zip |
Update VERSION in common.sh to match last release.
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 528be40dd..2182970bc 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="3.0~a16-1" +VERSION="3.0~a18-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" |