source:
trunk/minix/servers/inet/version.c@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* |
2 | version.c | |
3 | */ | |
4 | ||
5 | #include "inet.h" | |
6 | ||
7 | char version[]= "inet 0.79, last compiled on " __DATE__ " " __TIME__; | |
8 | ||
9 | /* | |
10 | * $PchId: version.c,v 1.54 2005/06/28 14:35:01 philip Exp $ | |
11 | */ |
Note:
See TracBrowser
for help on using the repository browser.