From ee937667fd0ecd82faab4c88d756b906fb625f1a Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 17:07:47 +0000 Subject: Integration into IvyLeague Uvh -> Ivl Multiplexer.* is renamed into Scheduler.* A few name conflicts in the merger with ex-DNN have been solved Imakefile is replaced by Makefile Created InetAddress.* and UnixAddress.* from Address.* Created IrdaAddress.* OLD/TextStream has been updated --- comm/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comm/version.h') diff --git a/comm/version.h b/comm/version.h index 213c32d..ec6349f 100644 --- a/comm/version.h +++ b/comm/version.h @@ -67,10 +67,10 @@ e-mail mbl@lri.fr and chatty@dgac.fr phone +33 01 69 15 69 10 and +33 05 62 25 95 42 **/ -#ifndef UchVersion +#ifndef IvlVersion -#define UchVersion 4 -#define UchRelease 0 -#define UchPatchLevel 0 +#define IvlVersion 4 +#define IvlRelease 0 +#define IvlPatchLevel 0 #endif -- cgit v1.1