diff options
author | Daniel Baumann <daniel@debian.org> | 2008-07-14 20:10:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-07-14 20:10:40 +0200 |
commit | 81893c0e3da337370fe6363caee8108484176f52 (patch) | |
tree | 954e6372543bdb6339a00f781dd4838fa683e966 /functions | |
parent | 16a45783e19b87bf2ae0fe5336930945d1eb42ba (diff) | |
download | vyos-live-build-81893c0e3da337370fe6363caee8108484176f52.tar.gz vyos-live-build-81893c0e3da337370fe6363caee8108484176f52.zip |
Releasing debian version 1.0~a48-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 c5d4769b0..11c71b69a 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a47" +VERSION="1.0~a48" |