From 3ee78810becfeeb3690468ac735b6ba20dc5c501 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 14:52:16 +0000 Subject: Integration into IvyLeague Dnn -> Ivl Some class names changed, because of conflicts with previous Uch classes Imakefile is replaced with Makefile --- dnn/version.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dnn/version.h') diff --git a/dnn/version.h b/dnn/version.h index c5556ea..f9e707c 100644 --- a/dnn/version.h +++ b/dnn/version.h @@ -12,7 +12,6 @@ * $CurLog$ */ - /*** * Copyright 1993-1994 Centre d'Etudes de la Navigation Aerienne (CENA) * @@ -62,10 +61,10 @@ phone +33 62 25 95 42 fax +33 62 25 95 99 **/ -#ifndef DnnVersion +#ifndef IvlVersion -#define DnnVersion 0 -#define DnnRelease 4 -#define DnnPatchLevel 0 +#define IvlVersion 0 +#define IvlRelease 4 +#define IvlPatchLevel 0 #endif -- cgit v1.1