summaryrefslogblamecommitdiffstats
path: root/util/newvers.sh
blob: 7f0a994f3bfc0953669b2f6a5248d09a62514a5a (plain) (tree)
1
2
3
4
5
6
7
8
         
                                                     



                   
                                      
   
#!/bin/sh
# $Id: newvers.sh,v 1.2 2003/06/22 14:45:17 in2 Exp $

t=`date`

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