Initial revision

This commit is contained in:
Mark Anderson
1991-04-04 15:56:19 +00:00
parent c40050c44e
commit f06fb83f9c
16 changed files with 3435 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/csh -f
#
# makeVersion - create the snc version module
#
set VERSION = `cat Version`
set DATE = `date`
echo '/* sncVersion.c - version & date */'
echo '/* Created by makeVersion */'
echo 'char *sncVersion = "@(#)SNC Version '${VERSION}': '${DATE}'";'