[Mplayer-cvslog] CVS: main version.sh,1.12,1.13
Alex Beregszaszi
alex at mplayerhq.hu
Sun Jul 13 20:50:40 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv30116
Modified Files:
version.sh
Log Message:
the trailing space isn't needed anymore
Index: version.sh
===================================================================
RCS file: /cvsroot/mplayer/main/version.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- version.sh 9 Feb 2003 19:39:29 -0000 1.12
+++ version.sh 13 Jul 2003 18:50:17 -0000 1.13
@@ -28,4 +28,4 @@
if test "$1" ; then
extra="-$1"
fi
-echo "#define VERSION \"dev-CVS-${last_cvs_update}${extra} \"" >version.h
+echo "#define VERSION \"dev-CVS-${last_cvs_update}${extra}\"" >version.h
More information about the MPlayer-cvslog
mailing list