summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-06-03 21:02:48 -0500
committerRichard Nelson <unixabg@gmail.com>2011-06-03 21:02:48 -0500
commit3fb41b9663fa64a347c39d903810b68468a8fdfb (patch)
tree9e7d8fe1485fde4e0fdc00d0775b03de8443ca8d
parentb9ddc38afbe6bf571acd270bc460d5790311c395 (diff)
downloadvyos-live-build-3fb41b9663fa64a347c39d903810b68468a8fdfb.tar.gz
vyos-live-build-3fb41b9663fa64a347c39d903810b68468a8fdfb.zip
Update VERSION in common.sh to match last release.
-rwxr-xr-xfunctions/common.sh2
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}"