annotate version.sh @ 688:1a016347010a

movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus only
author nickols_k
date Wed, 02 May 2001 14:59:33 +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