summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1994-05-05 08:50:20 +0000
committerchatty1994-05-05 08:50:20 +0000
commit2cb4e5ad68105db10106e5ebe886f24c66c81076 (patch)
tree31a10e921ce8781e8b1ad9c639ef1b2ea1424ea0
parent7851c698bd9057cb51eea31e4208cb2c0ba3964b (diff)
downloadivy-league-2cb4e5ad68105db10106e5ebe886f24c66c81076.zip
ivy-league-2cb4e5ad68105db10106e5ebe886f24c66c81076.tar.gz
ivy-league-2cb4e5ad68105db10106e5ebe886f24c66c81076.tar.bz2
ivy-league-2cb4e5ad68105db10106e5ebe886f24c66c81076.tar.xz
now version 1.5
-rw-r--r--utils/version.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/version.h b/utils/version.h
index 6b9c9b7..4cedae8 100644
--- a/utils/version.h
+++ b/utils/version.h
@@ -3,7 +3,7 @@
*
* by Stephane Chatty
*
- * Copyright 1990-1993
+ * Copyright 1990-1994
* Laboratoire de Recherche en Informatique (LRI)
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
@@ -16,7 +16,7 @@
/***
* Copyright 1990, 1991 Laboratoire de Recherche en Informatique (LRI)
- * Copyright 1992, 1993 Centre d'Etudes de la Navigation Aerienne (CENA)
+ * Copyright 1992, 1993, 1994 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
@@ -53,9 +53,9 @@
/**
title CENA C++ Utilities
subtitle Utility classes
-version 1.4
-date December 1993
-copyright (c) 1990, 1991 LRI, 1992, 1993 CENA
+version 1.5
+date May 1994
+copyright (c) 1990, 1991 LRI, 1992, 1993, 1994 CENA
authors St\'ephane Chatty
address Centre d'\'Etudes de la Navigation A\'erienne
| 7 avenue \'Edouard Belin
@@ -68,7 +68,7 @@ fax 33+ 62 25 95 99
#ifndef CcuVersion
#define CcuVersion 1
-#define CcuRelease 4
+#define CcuRelease 5
#define CcuPatchLevel 0
#endif