view version.sh @ 18620:c51bd02b0904

move misplaced echores. Output may still not be as intended though
author reimar
date Wed, 07 Jun 2006 13:36:45 +0000
parents c55903d85291
children 06c236dd604b
line wrap: on
line source

#!/bin/sh

revision=r`grep committed-rev .svn/entries | head -n 1 | cut -d '"' -f 2 2>/dev/null`

extra=""
if test "$1" ; then
  extra="-$1"
fi

echo "#define VERSION \"dev-SVN-${revision}${extra}\"" > version.h