📄 version.h
字号:
/*************************************************************************** * * * db.* * * open source database kernel * * * * Copyright (c) 2000 Centura Software Corporation. All rights reserved. * * * * Use of this software, whether in source code format, or in executable, * * binary object code form, is governed by the CENTURA OPEN SOURCE LICENSE * * which is fully described in the LICENSE.TXT file, included within this * * distribution of source code files. * * * * Except as provided herein, the contents of this file are subject to the * * Centura Open Source Public License Version 1.0 (the "License"); you may * * not use this file except in compliance with the License. A copy of the * * License will be provided to you by Club ITTIA. * * * * Software distributed under the License is distributed on an "AS IS" * * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * * License for the specific language governing rights and limitations * * under the License. * * * * The Original Code is db.linux version 1.0, released February 29, 2000. * * * * The Initial Developer of the Original Code is Centura Software * * Corporation. Portions created by Centura Software Corporation are * * Copyright (C) 1984-2000 Centura Software Corporation. All Rights * * Reserved. * * * * This file contains modifications to the Original Code made by ITTIA. * * This file may only be used in accordance with the ITTIA DB.* V.2 * * License Agreement which is available at WWW.ITTIA.COM. * * * **************************************************************************/#ifndef VERSION_H#define VERSION_H#define DBSTAR_UNICODE DB_TEXT("Ansi")#define DBSTAR_VERSION DB_TEXT("2.0.0")#define DBSTAR_MAJOR_VER DB_TEXT("2.0")#define DBSTAR_BLDNO DB_TEXT("0")#define DBSTAR_VER_DATE DB_TEXT("[03-May-2005]")#define DBSTAR_LABEL DB_TEXT("db.* ") DBSTAR_VERSION DB_TEXT(" ") DBSTAR_VER_DATE#define DBSTAR_COPYRIGHT_DATE DB_TEXT("Copyright (c) 2000")#define DBSTAR_COPYRIGHT_OWNER DB_TEXT("Centura Software Corporation")#define DBSTAR_COPYRIGHT DBSTAR_COPYRIGHT_DATE DB_TEXT(" ") DBSTAR_COPYRIGHT_OWNER DB_TEXT(". All Rights Reserved.\n\n")#define DBSTAR_LM_DESC DB_TEXT("\nLock Manager - ") DBSTAR_LABEL DB_TEXT("\n") DBSTAR_COPYRIGHT#define DBSTAR_UTIL_DESC(LABEL) DB_TEXT("\n") LABEL DB_TEXT(" Utility - ") DBSTAR_LABEL DB_TEXT("\n") DBSTAR_COPYRIGHT#endif /* VERSION_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -