view version.sh @ 18616:9732903dfaf4

sync with r18574
author gpoirier
date Wed, 07 Jun 2006 13:04:35 +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