summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2011-07-15 15:39:20 -0500
committerRichard Nelson <unixabg@gmail.com>2011-07-15 15:39:20 -0500
commit1f431a739baac6e1297cf0a58b51dbd064398d6c (patch)
tree8bd371c7e19580eced1c9841b7f8f3a0e414c4cc /functions
parente0205ecb1a15e1a7247e1a439c4c83a193cde79d (diff)
downloadvyos-live-build-1f431a739baac6e1297cf0a58b51dbd064398d6c.tar.gz
vyos-live-build-1f431a739baac6e1297cf0a58b51dbd064398d6c.zip
Update VERSION in common.sh to match last release.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh
index bb0c62e9b..3b4382be9 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
PROGRAM="live-build"
-VERSION="3.0~a23-1"
+VERSION="3.0~a25-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/auto/scripts:${PATH}"