Mercurial > mplayer.hg
comparison version.sh @ 1621:24c6d8b06b26
removed 0.17
author | arpi |
---|---|
date | Wed, 22 Aug 2001 16:17:08 +0000 |
parents | b36fb1ae4b53 |
children | 7fa3a928631a |
comparison
equal
deleted
inserted
replaced
1620:b1cc70a21b28 | 1621:24c6d8b06b26 |
---|---|
3 last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null` | 3 last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null` |
4 if [ $? -ne 0 ]; then | 4 if [ $? -ne 0 ]; then |
5 # probably no gnu date installed(?), use current date | 5 # probably no gnu date installed(?), use current date |
6 last_cvs_update=`date +%y%m%d-%H:%M` | 6 last_cvs_update=`date +%y%m%d-%H:%M` |
7 fi | 7 fi |
8 echo "#define VERSION \"0.17cvs-${last_cvs_update}\"" >version.h | 8 echo "#define VERSION \"CVS-${last_cvs_update}\"" >version.h |