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
1 changed files with 3 additions and 1 deletions

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