summaryrefslogtreecommitdiff
path: root/comm/version.h
diff options
context:
space:
mode:
authorsc2000-11-28 17:07:47 +0000
committersc2000-11-28 17:07:47 +0000
commitee937667fd0ecd82faab4c88d756b906fb625f1a (patch)
tree19e679318b5cb87e8be1a05a7bbc9ba5568d0814 /comm/version.h
parent1326b11d65f7020f5f6c691305d2c090b064bd04 (diff)
downloadivy-league-ee937667fd0ecd82faab4c88d756b906fb625f1a.zip
ivy-league-ee937667fd0ecd82faab4c88d756b906fb625f1a.tar.gz
ivy-league-ee937667fd0ecd82faab4c88d756b906fb625f1a.tar.bz2
ivy-league-ee937667fd0ecd82faab4c88d756b906fb625f1a.tar.xz
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
Diffstat (limited to 'comm/version.h')
-rw-r--r--comm/version.h8
1 files changed, 4 insertions, 4 deletions
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