view version.sh @ 18604:0b6b5f2f8c9a

Spelling fix
author pacman
date Tue, 06 Jun 2006 21:22:47 +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