summaryrefslogtreecommitdiffstats
path: root/util/newvers.sh
blob: eaaff3c3581932f70c76f4034ab4b528de7421f1 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: newvers.sh,v 1.1 2003/06/22 04:32:38 in2 Exp $

t=`date`

cat << EOF > vers.c
char    compile_time[] = "${t}";
EOF