diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:42 +0200 |
commit | 470cf1764bf56b32addff591cfe3fd69af0e5760 (patch) | |
tree | 2005821e9f526424d18f15ec56c3e1820c0e51df /src/main.sh | |
parent | fdfcd0ff29634fac77fd938c0679f82583b280c3 (diff) | |
download | vyos-live-build-470cf1764bf56b32addff591cfe3fd69af0e5760.tar.gz vyos-live-build-470cf1764bf56b32addff591cfe3fd69af0e5760.zip |
Adding live-package 0.99.26-1.debian/0.99.26-1
Diffstat (limited to 'src/main.sh')
-rwxr-xr-x | src/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh index e50fe9074..346ec146c 100755 --- a/src/main.sh +++ b/src/main.sh @@ -28,7 +28,7 @@ set -e BASE=${LIVE_BASE:-"/usr/share/make-live"} CONFIG="/etc/make-live.conf" PROGRAM="`basename ${0}`" -VERSION="0.99.25" +VERSION="0.99.26" export VERSION |