#!/bin/sh
# $Id: newvers.sh,v 1.1.1.1 2004/04/11 19:06:35 root Exp $

t=`date`

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

