summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty2000-11-28 17:07:45 +0000
committerchatty2000-11-28 17:07:45 +0000
commit08bcb724cf306422ee01edf90f2432898c4278f5 (patch)
treeeffe02505b724d1b6ab7bd5dbb7aa68be6f38d08
parent6b9cabb662c23cd4954b212dde4122af6b045a23 (diff)
downloadivy-league-08bcb724cf306422ee01edf90f2432898c4278f5.zip
ivy-league-08bcb724cf306422ee01edf90f2432898c4278f5.tar.gz
ivy-league-08bcb724cf306422ee01edf90f2432898c4278f5.tar.bz2
ivy-league-08bcb724cf306422ee01edf90f2432898c4278f5.tar.xz
Ticked to 4.0.0
-rw-r--r--comm/version.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/comm/version.h b/comm/version.h
index c9da731..213c32d 100644
--- a/comm/version.h
+++ b/comm/version.h
@@ -3,7 +3,7 @@
*
* by Michel Beaudouin-Lafon
*
- * Copyright 1990-1994
+ * Copyright 1990-1997
* Laboratoire de Recherche en Informatique (LRI)
* Centre d'Etudes de la Navigation Aerienne
*
@@ -15,7 +15,7 @@
/**
* Copyright 1990 - 1992 Laboratoire de Recherche en Informatique (LRI)
- * Copyright 1992 - 1994 Centre d'Etudes de la Navigation Aerienne (CENA)
+ * Copyright 1992 - 1997 Centre d'Etudes de la Navigation Aerienne (CENA)
*
* Permission to use, copy, and modify this software and its documentation
* for your own purposes is hereby granted without fee, provided that
@@ -43,17 +43,17 @@
*
* Stephane Chatty e-mail: chatty@dgac.fr
* CENA
- * 7 avenue Edouard Belin phone: +33 62 25 95 42
- * 31055 TOULOUSE - FRANCE fax: +33 62 25 95 99
+ * 7 avenue Edouard Belin phone: +33 (0)5 62 25 95 42
+ * 31055 TOULOUSE - FRANCE fax: +33 (0)5 62 25 95 99
*
**/
/**
title The Unix Channel
subtitle C++ Communication library
-version 3.5.2
-date July 1994
-copyright (c) 1989-1992 LRI, 1992-1994 CENA
+version 4.0.0
+date June 1997
+copyright (c) 1989-1992 LRI, 1992-1997 CENA
authors Michel Beaudouin-Lafon
| St\'ephane Chatty
address Laboratoire de Recherche en Informatique
@@ -64,13 +64,13 @@ address Laboratoire de Recherche en Informatique
| 7 avenue Edouard Belin
| 31055 TOULOUSE CEDEX, France
e-mail mbl@lri.fr and chatty@dgac.fr
-phone +33 1 69 41 69 10 and +33 62 25 95 42
+phone +33 01 69 15 69 10 and +33 05 62 25 95 42
**/
#ifndef UchVersion
-#define UchVersion 3
-#define UchRelease 5
-#define UchPatchLevel 2
+#define UchVersion 4
+#define UchRelease 0
+#define UchPatchLevel 0
#endif