view version.sh @ 18764:5b89070daa50

add command for changing commit messages after the commit took place. command taken from ffmpeg-cvslog posting by Diego.
author ivo
date Wed, 21 Jun 2006 09:42:43 +0000
parents 04ed79acda15
children b5777da79b53
line wrap: on
line source

#!/bin/sh

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

test "$1" && extra="-$1"

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