view version.sh @ 18619:106a0c366002

Reworked YUV2RGB fragment program setup in preparation for upcoming patches
author reimar
date Wed, 07 Jun 2006 13:24:54 +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