1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

the trailing space isn't needed anymore

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-07-13 18:50:17 +00:00
parent 64d1f8d302
commit fd2db71883

View File

@ -28,4 +28,4 @@ extra=""
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