.ad 8
.bm 8
.fm 4
.bt $Copyright by   Software AG, 1993$$Page %$
.tm 12
.hm 6
.hs 3
.tt 1 $NME$Project Distributed Database System$vos00vc$
.tt 2 $$$
.tt 3 $R.Roedling$UNUSED$1997-03-21$
***********************************************************
.nf


    ========== licence begin LGPL
    Copyright (C) 2002 SAP AG

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    ========== licence end

.fo
.nf
.sp
Module  : Version
=========
.sp
Purpose :
.CM *-END-* purpose -------------------------------------
.sp
.cp 3
Define  :

.CM *-END-* define --------------------------------------
.sp;.cp 3
Use     :

.CM *-END-* use -----------------------------------------
.sp;.cp 3
Synonym :

.CM *-END-* synonym -------------------------------------
.sp;.cp 3
Author  : R.Roedling
.sp
.cp 3
Created : 1994-10-25
.sp
.cp 3
Version : 1994-10-25
.sp
.cp 3
Release :  6.2 	 Date : 1997-03-21
.br
.sp
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Specification:

.CM *-END-* specification -------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Description:

.CM *-END-* description ---------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.nf
.oc _/1
Structure:

.CM *-END-* structure -----------------------------------
.sp 2
**********************************************************
.sp
.cp 10
.nf
.oc _/1
.CM -lll-
Code    :
/*PRETTY*/

// ========================== RTE internal DEFINES ============================


#define MAJOR_VERSION_NO       7
#define MAJOR_VERSION_NO_STR  "7"

#define MINOR_VERSION_NO       0
#define MINOR_VERSION_NO_STR  "0"

#define CORRECTION_LEVEL       0
#define CORRECTION_LEVEL_STR  "0"

#define PATCH_LEVEL            0
#define PATCH_LEVEL_STR       "0"


#define RTE_VERSION_TAIL      " DATE 1997-11-06"    // --- max. 16 characters

#define API_PROD_NAME         "ADABAS D"
#define API_COMPANY_NAME      "SAP AG     "
#define API_COPYRIGHT         "Copyright \251        1997 by SAP AG     "


#define RTE_PREFIX            "RTE"
#define VERSION_HEAD          "%d.%d.%d.%d"
#define RTE_VERSION_HEAD      RTE_PREFIX" "VERSION_HEAD" "  // --- max. 16 characters
#define RTE_COMMENT           RTE_PREFIX " - " RTE_VERSION_TAIL

//
// --- Version strings
//
#if defined(_WIN32)
 #define VERS_SYS_ID_WIN95  "Win95   "    // --- max. 8 characters
#endif

#if defined(_WIN32) && defined(_ALPHA_)
 #define VERS_SYS_ID_NT     "NT/ALPHA"    // --- max. 8 characters
#endif

#if defined(_WIN32) && defined(_MIPS_)
 #define VERS_SYS_ID_NT     "NT/MIPS "    // --- max. 8 characters
#endif

#if defined(_WIN32) && defined(_PPC_)
 #define VERS_SYS_ID_NT     "NT/PPC  "    // --- max. 8 characters
#endif

#if defined(_WIN32) && defined(_X86_)
 #define VERS_SYS_ID_NT     "NT/INTEL"    // --- max. 8 characters
#endif

#if defined (OS2)
 #define VERS_SYS_ID_OS2    "OS/2    "    // --- max. 8 characters
#endif

#define API_VERSION             MAJOR_VERSION_NO_STR "." \
                                MINOR_VERSION_NO_STR

#define API_DRIVER_CL           CORRECTION_LEVEL_STR "." \
                                PATCH_LEVEL_STR

#define API_VERSION_CL_STR      MAJOR_VERSION_NO_STR "." \
                                MINOR_VERSION_NO_STR "." \
                                CORRECTION_LEVEL_STR

#define API_VERION_CL_PATCH_STR MAJOR_VERSION_NO_STR "." \
                                MINOR_VERSION_NO_STR "." \
                                CORRECTION_LEVEL_STR "." \
                                PATCH_LEVEL_STR

#define API_FILESUBVERSION      MAJOR_VERSION_NO, \
                                MINOR_VERSION_NO, \
                                CORRECTION_LEVEL

#define API_FILEVERSION         MAJOR_VERSION_NO, \
                                MINOR_VERSION_NO, \
                                CORRECTION_LEVEL, \
                                PATCH_LEVEL

//
// ================================= ENDE =====================================
//
.CM *-END-* code ----------------------------------------
.SP 2
***********************************************************
.PA
