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