diff options
author | Daniel Baumann <daniel@debian.org> | 2009-12-13 21:44:04 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:03 +0100 |
commit | 2e6e655346ffec16e5056fdcaa20f8fd5f8716ea (patch) | |
tree | e8b056a288888898abe22ab0d526476e801a1a84 /functions | |
parent | 09c2e7943c44cd56cda443b9c59cf9e475e257b0 (diff) | |
download | vyos-live-build-2e6e655346ffec16e5056fdcaa20f8fd5f8716ea.tar.gz vyos-live-build-2e6e655346ffec16e5056fdcaa20f8fd5f8716ea.zip |
Releasing debian version 2.0~a3-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 184ebe006..84aa93c7a 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="2.0~a1-1" +VERSION="2.0~a3-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/scripts:${PATH}" |