source: trunk/minix/servers/inet/version.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 175 bytes
Line 
1/*
2version.c
3*/
4
5#include "inet.h"
6
7char 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.