annotate version.sh @ 819:291de1f95724

Fixed cpu model detection with non-bash bourne shell
author eyck
date Thu, 17 May 2001 09:36:36 +0000
parents c716b964679e
children b36fb1ae4b53
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
420
980bafac238f write cvs date+version into version.h
arpi_esp
parents:
diff changeset
1 #!/bin/sh
980bafac238f write cvs date+version into version.h
arpi_esp
parents:
diff changeset
2
672
c716b964679e version changed 0.11->0.17
arpi_esp
parents: 420
diff changeset
3 echo "#define VERSION \"0.17cvs-"`date -r CVS/Entries +%y%m%d-%H:%M`"\"" >version.h
420
980bafac238f write cvs date+version into version.h
arpi_esp
parents:
diff changeset
4