minix/servers/inet/version.c

12 lines
175 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
/*
version.c
*/
#include "inet.h"
char version[]= "inet 0.79, last compiled on " __DATE__ " " __TIME__;
2005-04-21 16:53:53 +02:00
/*
* $PchId: version.c,v 1.54 2005/06/28 14:35:01 philip Exp $
2005-04-21 16:53:53 +02:00
*/