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
1 changed files with 1 additions and 1 deletions

View File

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