[MPlayer-cvslog] r18596 - trunk/version.sh
diego
subversion at mplayerhq.hu
Tue Jun 6 14:01:34 CEST 2006
Author: diego
Date: Tue Jun 6 14:01:34 2006
New Revision: 18596
Modified:
trunk/version.sh
Log:
cosmetics
Modified: trunk/version.sh
==============================================================================
--- trunk/version.sh (original)
+++ trunk/version.sh Tue Jun 6 14:01:34 2006
@@ -1,9 +1,10 @@
#!/bin/sh
- last_cvs_update=r`grep committed-rev .svn/entries | head -n 1 | cut -d '"' -f 2 2>/dev/null`
+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-${last_cvs_update}${extra}\"" >version.h
+
+echo "#define VERSION \"dev-SVN-${revision}${extra}\"" > version.h
More information about the MPlayer-cvslog
mailing list