Mercurial > mplayer.hg
view version.sh @ 18615:e8b719eebabb
some more s/CVS/Subversion/ + update some step-by-step directions which were specific to old MPlayer CVS layout
author | gpoirier |
---|---|
date | Wed, 07 Jun 2006 12:59:07 +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