write cvs date+version into version.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@421 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-14 22:26:27 +00:00
parent 1a8f59ff7d
commit d386365e1a
1 changed files with 4 additions and 0 deletions

4
version.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo "#define VERSION \"0.11cvs-"`date -r CVS/Entries +%y%m%d-%H:%M`"\"" >version.h