#!/bin/sh
#

d=`pwd`
u=${USER-the_discuss_builder}
h=`hostname`
t=`date`

umask 002
cat > version.c << EOF
#ifdef __STDC__
const
#endif
 char edsc_version_string[] = "(${t}) ${u}@${h}:$d";
EOF
