1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18586 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2006-06-05 20:38:47 +00:00
parent 0d0dbd97d8
commit 619f6e1916

View File

@ -29,4 +29,4 @@ extra=""
if test "$1" ; then if test "$1" ; then
extra="-$1" extra="-$1"
fi fi
echo "#define VERSION \"dev-CVS-${last_cvs_update}${extra}\"" >version.h echo "#define VERSION \"dev-SVN-${last_cvs_update}${extra}\"" >version.h