Mercurial > mplayer.hg
view version.sh @ 420:980bafac238f
write cvs date+version into version.h
author | arpi_esp |
---|---|
date | Sat, 14 Apr 2001 22:26:27 +0000 |
parents | |
children | c716b964679e |
line wrap: on
line source
#!/bin/sh echo "#define VERSION \"0.11cvs-"`date -r CVS/Entries +%y%m%d-%H:%M`"\"" >version.h