summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorchatty1993-07-27 14:05:19 +0000
committerchatty1993-07-27 14:05:19 +0000
commit05dd12ba660765cad6cb2955e80daad3f54d9918 (patch)
tree0650d697bbe181692818a7b8f38c266e73200161 /utils
parent05f3580638afc0fcef5e0325666cbbd269712aa6 (diff)
downloadivy-league-05dd12ba660765cad6cb2955e80daad3f54d9918.zip
ivy-league-05dd12ba660765cad6cb2955e80daad3f54d9918.tar.gz
ivy-league-05dd12ba660765cad6cb2955e80daad3f54d9918.tar.bz2
ivy-league-05dd12ba660765cad6cb2955e80daad3f54d9918.tar.xz
version 1.2.1
Diffstat (limited to 'utils')
-rw-r--r--utils/version.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/version.h b/utils/version.h
index ee65f67..2d7c0e4 100644
--- a/utils/version.h
+++ b/utils/version.h
@@ -14,7 +14,7 @@
*/
-/**
+/***
* Copyright 1990, 1991 Laboratoire de Recherche en Informatique (LRI)
* Copyright 1992, 1993 Centre d'Etudes de la Navigation Aerienne (CENA)
*
@@ -39,6 +39,7 @@
* DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ ***
*
* Maintainer:
*
@@ -52,8 +53,8 @@
/**
title CENA C++ Utilities
subtitle Utility classes
-version 1.1
-date January 1993
+version 1.2
+date July 1993
copyright (c) 1990, 1991 LRI, 1992, 1993 CENA
authors St\'ephane Chatty
address Centre d'\'Etudes de la Navigation A\'erienne
@@ -68,6 +69,6 @@ fax 33+ 62 25 95 99
#define CcuVersion 1
#define CcuRelease 2
-#define CcuPatchLevel 0
+#define CcuPatchLevel 1
#endif