1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3293 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2001-12-03 19:13:34 +00:00
parent eb95de0c7a
commit a5157860a8

View File

@ -5,4 +5,6 @@ if [ $? -ne 0 ]; then
# probably no gnu date installed(?), use current date
last_cvs_update=`date +%y%m%d-%H:%M`
fi
echo "#define VERSION \"CVS-${last_cvs_update}\"" >version.h
gcc_version=`gcc --version`
echo "#define VERSION \"CVS-${last_cvs_update}-gcc-${gcc_version} \"" >version.h