export VERSION=2.0.2

DIR=`pwd`
cd ../client
zip -qr ../ParssClient-$VERSION.zip * -x CVS/* */CVS/ */CVS/* *.zip .*
cd $DIR
