[MPlayer-cvslog] r18681 - branches/1.0pre8_branch/version.sh

rtogni subversion at mplayerhq.hu
Sun Jun 11 21:28:46 CEST 2006


Author: rtogni
Date: Sun Jun 11 21:28:46 2006
New Revision: 18681

Modified:
   branches/1.0pre8_branch/version.sh

Log:
MPlayer1.0pre8


Modified: branches/1.0pre8_branch/version.sh
==============================================================================
--- branches/1.0pre8_branch/version.sh	(original)
+++ branches/1.0pre8_branch/version.sh	Sun Jun 11 21:28:46 2006
@@ -1,10 +1,2 @@
 #!/bin/sh
-
-revision=r`grep committed-rev .svn/entries | sed 1q | cut -d '"' -f 2 2>/dev/null`
-
-extra=""
-if test "$1" ; then
-  extra="-$1"
-fi
-
-echo "#define VERSION \"dev-SVN-${revision}${extra}\"" > version.h
+echo "#define VERSION \"1.0pre8-$1\"" > version.h



More information about the MPlayer-cvslog mailing list