mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01: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:
parent
eb95de0c7a
commit
a5157860a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user