source: trunk/athena/bin/discuss/edsc/newvers.sh @ 6956

Revision 6956, 154 bytes checked in by probe, 31 years ago (diff)
Initial revision
Line 
1#!/bin/sh
2#
3
4d=`pwd`
5u=${USER-the_discuss_builder}
6h=`hostname`
7t=`date`
8
9umask 002
10/bin/echo "#define VERSION_STRING \"(${t}) ${u}@${h}:$d\"" >version.h
Note: See TracBrowser for help on using the repository browser.