Minor changes, mostly to documentation. Several bug fixes.
[xuni.git] / version.sh
blob4314aa9cd6da05abb1e37de3d9321d926ed1c196
1 #!/bin/sh
3 file=${0/*\//}
4 dir=${0/%$file/}
6 SVNVERSION=$($dir/svnversion.sh)
7 FULLVERSION="0.3.0-svn-$SVNVERSION"
9 echo $FULLVERSION