Updating version number in common.sh.

This commit is contained in:
Daniel Baumann 2008-10-14 21:41:06 +02:00
parent 6204dc0e6d
commit 601338b91d

View File

@ -10,6 +10,6 @@
set -e
PROGRAM="$(basename ${0})"
VERSION="1.0.0"
VERSION="1.0.1"
PATH="${PWD}/scripts:${PATH}"